|
| enum class | Id {
FirstEnumValue
, Aggregation
, AgnosticModRefSummarizer
, AliasAnalysisPrecisionEvaluation
,
AndersenAnalysis
, Annotation
, CommonNodeElimination
, ControlFlowRecovery
,
DataNodeToDelta
, DeadNodeElimination
, FunctionInlining
, IfConversion
,
InvariantValueRedirection
, JlmToRvsdgConversion
, LoopUnrolling
, LoopUnswitching
,
MemoryStateEncoder
, PullNodes
, PushNodes
, ReduceNodes
,
RegionAwareModRefSummarizer
, RvsdgConstruction
, RvsdgDestruction
, RvsdgOptimization
,
RvsdgTreePrinter
, ScalarEvolution
, LastEnumValue
} |
| |
| using | Measurement = std::variant< std::string, int64_t, uint64_t, double > |
| |
| using | MeasurementList = std::list< std::pair< std::string, Measurement > > |
| |
| using | TimerList = std::list< std::pair< std::string, util::Timer > > |
| |
| template<typename T > |
| void | AddMeasurement (std::string name, T value) |
| |
| util::Timer & | AddTimer (std::string name) |
| |
| util::Timer & | GetTimer (const std::string &name) |
| |
| const util::Timer & | GetTimer (const std::string &name) const |
| |
◆ ~DataNodeToDeltaStatistics()
| jlm::llvm::DataNodeToDeltaStatistics::~DataNodeToDeltaStatistics |
( |
| ) |
|
|
overridedefault |
◆ DataNodeToDeltaStatistics()
| jlm::llvm::DataNodeToDeltaStatistics::DataNodeToDeltaStatistics |
( |
const util::FilePath & |
sourceFileName, |
|
|
const std::string & |
dataNodeName |
|
) |
| |
|
inline |
◆ Create()
◆ End()
| void jlm::llvm::DataNodeToDeltaStatistics::End |
( |
| ) |
|
|
inlinenoexcept |
◆ Start()
| void jlm::llvm::DataNodeToDeltaStatistics::Start |
( |
size_t |
numInitializationThreeAddressCodes | ) |
|
|
inlinenoexcept |
The documentation for this class was generated from the following file: