|
| enum class | Id {
FirstEnumValue
, AggregateAllocaSplitting
, Aggregation
, AgnosticModRefSummarizer
,
AliasAnalysisPrecisionEvaluation
, AndersenAnalysis
, Annotation
, CommonNodeElimination
,
ControlFlowRecovery
, DataNodeToDelta
, DeadNodeElimination
, FunctionInlining
,
IfConversion
, InvariantValueRedirection
, JlmToRvsdgConversion
, LoopStrengthReduction
,
LoopUnrolling
, LoopUnswitching
, MemoryStateEncoder
, PullNodes
,
PushNodes
, ReduceNodes
, RegionAwareModRefSummarizer
, RvsdgConstruction
,
RvsdgDestruction
, RvsdgOptimization
, RvsdgTreePrinter
, ScalarEvolution
,
StoreValueForwarding
, 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 |
| |
◆ ~ControlFlowRestructuringStatistics()
| jlm::llvm::ControlFlowRestructuringStatistics::~ControlFlowRestructuringStatistics |
( |
| ) |
|
|
overridedefault |
◆ ControlFlowRestructuringStatistics()
| jlm::llvm::ControlFlowRestructuringStatistics::ControlFlowRestructuringStatistics |
( |
const util::FilePath & |
sourceFileName, |
|
|
const std::string & |
functionName |
|
) |
| |
|
inline |
◆ Create()
◆ End()
| void jlm::llvm::ControlFlowRestructuringStatistics::End |
( |
| ) |
|
|
inlinenoexcept |
◆ Start()
| void jlm::llvm::ControlFlowRestructuringStatistics::Start |
( |
const ControlFlowGraph & |
cfg | ) |
|
|
inlinenoexcept |
The documentation for this class was generated from the following file: