Searched refs:parentTimerIndices (Results 1 – 1 of 1) sorted by relevance
35 DenseMap<PipelineParentInfo, unsigned> parentTimerIndices; member62 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()