Searched refs:CurPhysicalId (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1282 int CurPhysicalId = -1; local
1293 assert(CurPhysicalId == -1 &&
1295 Val.getAsInteger(10, CurPhysicalId);
1302 if (CurPhysicalId != -1 && CurCoreId != -1) {
1303 UniqueItems.insert(std::make_pair(CurPhysicalId, CurCoreId));
1304 CurPhysicalId = -1;

Completed in 50 milliseconds