OpenASIP
2.0
|
#include "StackAliasAnalyzer.hh"
#include "MoveNode.hh"
#include "MoveNodeSet.hh"
#include "Move.hh"
#include "ProgramOperation.hh"
#include "DataDependenceGraph.hh"
#include "RegisterFile.hh"
#include "OperationDAG.hh"
#include "OperationNode.hh"
#include "TerminalNode.hh"
#include "Operand.hh"
#include "Terminal.hh"
#include "Operation.hh"
Go to the source code of this file.
Implementation of StackAliasAnalyzer class.
This class does simple alias analysis between memove addresses that point to the stack.
Definition in file StackAliasAnalyzer.cc.