Home
last modified time | relevance | path

Searched defs:activeTimers (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/lib/Pass/
H A DPassTiming.cpp59 auto &activeTimers = activeThreadTimers[tid]; in runBeforePipeline() local
80 auto &activeTimers = activeThreadTimers[llvm::get_threadid()]; in runAfterPipeline() local
91 auto &activeTimers = activeThreadTimers[tid]; in runBeforePass() local
113 auto &activeTimers = activeThreadTimers[tid]; runAfterPass() local
128 auto &activeTimers = activeThreadTimers[tid]; runBeforeAnalysis() local
135 auto &activeTimers = activeThreadTimers[llvm::get_threadid()]; runAfterAnalysis() local
[all...]