Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Support/
DThreading.h158 bool UseHyperThreads = true; variable
196 S.UseHyperThreads = false;
/external/llvm-project/llvm/lib/Support/
DThreading.cpp87 int MaxThreadCount = UseHyperThreads ? computeHostNumHardwareThreads() in compute_thread_count()
/external/llvm-project/llvm/lib/Support/Windows/
DThreading.inc252 UseHyperThreads ? Groups[0].UsableThreads : Groups[0].useableCores();