Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A 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()