Searched refs:activeTimers (Results 1 – 1 of 1) sorted by relevance
58 auto &activeTimers = activeThreadTimers[tid]; in runBeforePipeline() local61 if (activeTimers.empty()) { in runBeforePipeline()69 parentScope = &activeTimers.back(); in runBeforePipeline()84 activeTimers.pop_back(); in runAfterPipeline()94 auto &parentScope = activeTimers.empty() ? rootScope : activeTimers.back(); in runBeforePass()103 activeTimers.push_back(std::move(scope)); in runBeforePass()105 activeTimers.push_back( in runBeforePass()117 activeTimers.pop_back(); in runAfterPass()131 auto &parentScope = activeTimers.empty() ? rootScope : activeTimers.back(); in runBeforeAnalysis()132 activeTimers.push_back(parentScope.nest( in runBeforeAnalysis()[all …]