Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassTiming.cpp38 DenseMap<uint64_t, SmallVector<TimingScope, 4>> activeThreadTimers; member
58 auto &activeTimers = activeThreadTimers[tid]; in runBeforePipeline()
65 &activeThreadTimers[parentInfo.parentThreadID][it->second]; in runBeforePipeline()
82 auto &activeTimers = activeThreadTimers[llvm::get_threadid()]; in runAfterPipeline()
93 auto &activeTimers = activeThreadTimers[tid]; in runBeforePass()
115 auto &activeTimers = activeThreadTimers[tid]; in runAfterPass()
130 auto &activeTimers = activeThreadTimers[tid]; in runBeforeAnalysis()
137 auto &activeTimers = activeThreadTimers[llvm::get_threadid()]; in runAfterAnalysis()