Searched refs:NoThreads (Results 1 – 10 of 10) sorted by relevance
33 NoThreads("no-threads", variable135 if (opts::NoThreads || ForceSequential) { in runOnEachFunction()190 if (opts::NoThreads || ForceSequential) { in runOnEachFunctionWithUniqueAllocId()
26 extern cl::opt<bool> NoThreads;
624 enum class Implementation { NoThreads, GlobalMutex, Futex }; enumerator630 struct SelectImplementation<Implementation::NoThreads> {649 Implementation::NoThreads;
466 if (!opts::NoThreads) in runOnFunctions()527 if (opts::NoThreads) in runOnFunctions()533 if (!opts::NoThreads) in runOnFunctions()
535 if (!opts::NoThreads) { in FrameAnalysis()575 if (!opts::NoThreads) in FrameAnalysis()592 if (opts::NoThreads) { in clearSPTMap()
26 extern cl::opt<bool> NoThreads;573 if (!opts::NoThreads) { in runOnFunction()
31 extern cl::opt<bool> NoThreads;71 if (!opts::NoThreads) in computeClusterAverageFrequency()
46 extern cl::opt<bool> NoThreads;466 if (!opts::NoThreads) in initialize()
128 static_assert(CurrentImplementation == Implementation::NoThreads, ""); in main()
332 if (opts::NoThreads || opts::DeterministicDebugInfo) { in updateDebugInfo()