OpenASIP
2.0
|
Go to the source code of this file.
Classes | |
class | InterPassDatum |
class | SimpleInterPassDatum< T > |
class | SimplePointerInterPassDatum< T > |
Typedefs | |
typedef SimpleInterPassDatum< std::pair< TCEString, unsigned int > > | RegDatum |
Datum type for transferring register name as a data. Stack pointer register is saved with key STACK_POINTER by LLVMBackend.cc. More... | |
typedef SimpleInterPassDatum< std::set< std::string > > | FunctionNameList |
This datum is set in case the pass should only process (or ignore) certain functions. The key is FUNCTIONS_TO_PROCESS/IGNORE. More... | |
typedef SimpleInterPassDatum<std::set<std::string> > FunctionNameList |
This datum is set in case the pass should only process (or ignore) certain functions. The key is FUNCTIONS_TO_PROCESS/IGNORE.
Definition at line 91 of file InterPassDatum.hh.
typedef SimpleInterPassDatum< std::pair<TCEString, unsigned int> > RegDatum |
Datum type for transferring register name as a data. Stack pointer register is saved with key STACK_POINTER by LLVMBackend.cc.
Definition at line 87 of file InterPassDatum.hh.