OpenASIP  2.0
OffsetAliasAnalyzer.cc File Reference
#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"
Include dependency graph for OffsetAliasAnalyzer.cc:

Go to the source code of this file.

Detailed Description

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.

Author
Heikki Kultala 2009 (heikki.kultala-no.spam-tut.fi)
Note
rating: red

Definition in file OffsetAliasAnalyzer.cc.