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