Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Support/
DTimeProfiler.cpp34 ThreadTimeTraceProfilerInstances; // GUARDED_BY(Mu) variable
131 assert(llvm::all_of(ThreadTimeTraceProfilerInstances, in write()
159 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances) in write()
167 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances) in write()
181 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances) in write()
232 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances) in write()
276 for (auto TTP : ThreadTimeTraceProfilerInstances) in timeTraceProfilerCleanup()
278 ThreadTimeTraceProfilerInstances.clear(); in timeTraceProfilerCleanup()
285 ThreadTimeTraceProfilerInstances.push_back(TimeTraceProfilerInstance); in timeTraceProfilerFinishThread()