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.h889 unsigned ZoneCritResIdx; variable
987 if (!ZoneCritResIdx) in getCriticalCount()
989 return getResourceCount(ZoneCritResIdx); in getCriticalCount()
1000 unsigned getZoneCritResIdx() const { return ZoneCritResIdx; } in getZoneCritResIdx()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2264 ZoneCritResIdx = 0; in reset()
2657 if (ZoneCritResIdx != PIdx && (getResourceCount(PIdx) > getCriticalCount())) { in countResource()
2658 ZoneCritResIdx = PIdx; in countResource()
2728 if (ZoneCritResIdx) { in bumpNode()
2735 if ((int)(ScaledMOps - getResourceCount(ZoneCritResIdx)) in bumpNode()
2737 ZoneCritResIdx = 0; in bumpNode()
2946 if (ZoneCritResIdx) { in dumpScheduledState()
2947 ResFactor = SchedModel->getResourceFactor(ZoneCritResIdx); in dumpScheduledState()
2948 ResCount = getResourceCount(ZoneCritResIdx); in dumpScheduledState()
2959 << SchedModel->getResourceName(ZoneCritResIdx) in dumpScheduledState()