Go to the documentation of this file.
33 #ifndef STATIC_PROGRAM_ANALYZER_HH
34 #define STATIC_PROGRAM_ANALYZER_HH
UInt32 InstructionAddress
InstructionAddress biggestAddress() const
std::map< int, int > immediates_
Set of immediate widths used in the applications.
std::set< std::string > operations_
Set of operations used in the applications.
std::set< SIntWord > integerRegisterIndexes() const
virtual ~StaticProgramAnalyzer()
std::set< SIntWord > integerVariables_
Set of integer variables used in the applications.
void addProgram(const TTAProgram::Program &program)
std::map< int, int > immediateBitWidths() const
std::set< std::string > operationsUsed() const
find Finds info of the inner loops in the program
unsigned int biggestAddress_
Memory used by programs.