Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h897 unsigned ZoneCritResIdx; variable
995 if (!ZoneCritResIdx) in getCriticalCount()
997 return getResourceCount(ZoneCritResIdx); in getCriticalCount()
1008 unsigned getZoneCritResIdx() const { return ZoneCritResIdx; } in getZoneCritResIdx()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2537 ZoneCritResIdx = 0; in reset()
2950 if (ZoneCritResIdx != PIdx && (getResourceCount(PIdx) > getCriticalCount())) { in countResource()
2951 ZoneCritResIdx = PIdx; in countResource()
3021 if (ZoneCritResIdx) { in bumpNode()
3028 if ((int)(ScaledMOps - getResourceCount(ZoneCritResIdx)) in bumpNode()
3030 ZoneCritResIdx = 0; in bumpNode()
3241 if (ZoneCritResIdx) { in dumpScheduledState()
3242 ResFactor = SchedModel->getResourceFactor(ZoneCritResIdx); in dumpScheduledState()
3243 ResCount = getResourceCount(ZoneCritResIdx); in dumpScheduledState()
3254 << SchedModel->getResourceName(ZoneCritResIdx) in dumpScheduledState()