Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DParallelUtilities.cpp33 NoThreads("no-threads", variable
135 if (opts::NoThreads || ForceSequential) { in runOnEachFunction()
190 if (opts::NoThreads || ForceSequential) { in runOnEachFunctionWithUniqueAllocId()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DParallelUtilities.h26 extern cl::opt<bool> NoThreads;
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_guard_impl.h624 enum class Implementation { NoThreads, GlobalMutex, Futex }; enumerator
630 struct SelectImplementation<Implementation::NoThreads> {
649 Implementation::NoThreads;
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp466 if (!opts::NoThreads) in runOnFunctions()
527 if (opts::NoThreads) in runOnFunctions()
533 if (!opts::NoThreads) in runOnFunctions()
H A DFrameAnalysis.cpp535 if (!opts::NoThreads) { in FrameAnalysis()
575 if (!opts::NoThreads) in FrameAnalysis()
592 if (opts::NoThreads) { in clearSPTMap()
H A DTailDuplication.cpp26 extern cl::opt<bool> NoThreads;
573 if (!opts::NoThreads) { in runOnFunction()
H A DReorderAlgorithm.cpp31 extern cl::opt<bool> NoThreads;
71 if (!opts::NoThreads) in computeClusterAverageFrequency()
H A DExtTSPReorderAlgorithm.cpp46 extern cl::opt<bool> NoThreads;
466 if (!opts::NoThreads) in initialize()
/llvm-project-15.0.7/libcxxabi/test/
H A Dguard_test_basic.pass.cpp128 static_assert(CurrentImplementation == Implementation::NoThreads, ""); in main()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp332 if (opts::NoThreads || opts::DeterministicDebugInfo) { in updateDebugInfo()