Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DHost.cpp1568 int CurCoreId = -1; in computeHostNumPhysicalCores() local
1581 Val.getAsInteger(10, CurCoreId); in computeHostNumPhysicalCores()
1584 CPU_SET(CurPhysicalId * CurSiblings + CurCoreId, &Enabled); in computeHostNumPhysicalCores()