Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DTimeProfiler.cpp34 ThreadTimeTraceProfilerInstances; // GUARDED_BY(Mu) variable
130 assert(llvm::all_of(*ThreadTimeTraceProfilerInstances, in write()
158 for (const TimeTraceProfiler *TTP : *ThreadTimeTraceProfilerInstances) in write()
166 for (const TimeTraceProfiler *TTP : *ThreadTimeTraceProfilerInstances) in write()
180 for (const TimeTraceProfiler *TTP : *ThreadTimeTraceProfilerInstances) in write()
231 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()