Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineScheduler.h665 unsigned ZoneCritResIdx; variable
733 if (!ZoneCritResIdx) in getCriticalCount()
735 return getResourceCount(ZoneCritResIdx); in getCriticalCount()
746 unsigned getZoneCritResIdx() const { return ZoneCritResIdx; } in getZoneCritResIdx()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineScheduler.cpp2003 ZoneCritResIdx = 0; in reset()
2358 if (ZoneCritResIdx != PIdx && (getResourceCount(PIdx) > getCriticalCount())) { in countResource()
2359 ZoneCritResIdx = PIdx; in countResource()
2428 if (ZoneCritResIdx) { in bumpNode()
2435 if ((int)(ScaledMOps - getResourceCount(ZoneCritResIdx)) in bumpNode()
2437 ZoneCritResIdx = 0; in bumpNode()
2598 if (ZoneCritResIdx) { in dumpScheduledState()
2599 ResFactor = SchedModel->getResourceFactor(ZoneCritResIdx); in dumpScheduledState()
2600 ResCount = getResourceCount(ZoneCritResIdx); in dumpScheduledState()
2611 << SchedModel->getResourceName(ZoneCritResIdx) in dumpScheduledState()