Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h624 unsigned ZoneCritResIdx; variable
691 if (!ZoneCritResIdx) in getCriticalCount()
693 return getResourceCount(ZoneCritResIdx); in getCriticalCount()
704 unsigned getZoneCritResIdx() const { return ZoneCritResIdx; } in getZoneCritResIdx()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1677 ZoneCritResIdx = 0; in reset()
1954 if (ZoneCritResIdx != PIdx && (getResourceCount(PIdx) > getCriticalCount())) { in countResource()
1955 ZoneCritResIdx = PIdx; in countResource()
2019 if (ZoneCritResIdx) { in bumpNode()
2026 if ((int)(ScaledMOps - getResourceCount(ZoneCritResIdx)) in bumpNode()
2028 ZoneCritResIdx = 0; in bumpNode()
2177 if (ZoneCritResIdx) { in dumpScheduledState()
2178 ResFactor = SchedModel->getResourceFactor(ZoneCritResIdx); in dumpScheduledState()
2179 ResCount = getResourceCount(ZoneCritResIdx); in dumpScheduledState()
2191 << SchedModel->getResourceName(ZoneCritResIdx) in dumpScheduledState()