Home
last modified time | relevance | path

Searched refs:parentTimerIndices (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassTiming.cpp35 DenseMap<PipelineParentInfo, unsigned> parentTimerIndices; member
62 auto it = parentTimerIndices.find(parentInfo); in runBeforePipeline()
63 if (it != parentTimerIndices.end()) in runBeforePipeline()
97 parentTimerIndices[{tid, pass}] = activeTimers.size(); in runBeforePass()
114 parentTimerIndices.erase({tid, pass}); in runAfterPass()