OpenASIP
2.0
|
#include "OffsetAliasAnalyzer.hh"
#include "MoveNode.hh"
#include "Move.hh"
#include "ProgramOperation.hh"
#include "DataDependenceGraph.hh"
#include "RegisterFile.hh"
#include "Terminal.hh"
#include "MoveNodeSet.hh"
#include "Operation.hh"
Go to the source code of this file.
Implementation of OffsetAliasAnalyzer class.
This class does simple alias analysis between memory addresses which are offsets of same register (register + index) Usually this are fields of same struct.
Definition in file OffsetAliasAnalyzer.cc.