Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DHost.cpp1565 int CurProcessor = -1; in computeHostNumPhysicalCores() local
1575 Val.getAsInteger(10, CurProcessor); in computeHostNumPhysicalCores()
1583 if (CPU_ISSET(CurProcessor, &Affinity)) in computeHostNumPhysicalCores()