Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DThreading.h126 bool UseHyperThreads = true; variable
164 S.UseHyperThreads = false;
/llvm-project-15.0.7/llvm/lib/Support/
H A DThreading.cpp61 int MaxThreadCount = UseHyperThreads ? computeHostNumHardwareThreads() in compute_thread_count()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DThreading.inc270 UseHyperThreads ? Groups[0].UsableThreads : Groups[0].useableCores();