Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h126 bool UseHyperThreads = true; variable
164 S.UseHyperThreads = false;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DThreading.cpp57 UseHyperThreads ? computeHostNumHardwareThreads() : get_physical_cores(); in compute_thread_count()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc283 UseHyperThreads ? Groups[0].UsableThreads : Groups[0].useableCores();