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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp34 ThreadTimeTraceProfilerInstances; // GUARDED_BY(Mu) variable
125 // ThreadTimeTraceProfilerInstances.
127 // Acquire Mutex as reading ThreadTimeTraceProfilerInstances.
131 assert(llvm::all_of(ThreadTimeTraceProfilerInstances,
159 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances)
167 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances)
181 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances)
232 for (const TimeTraceProfiler *TTP : ThreadTimeTraceProfilerInstances)
276 for (auto TTP : ThreadTimeTraceProfilerInstances)
278 ThreadTimeTraceProfilerInstances
[all...]

Completed in 48 milliseconds