Lines Matching refs:SchedBoundary

2231 SchedBoundary::~SchedBoundary() { delete HazardRec; }  in ~SchedBoundary()
2246 void SchedBoundary::reset() { in reset()
2303 void SchedBoundary::
2338 unsigned SchedBoundary::getLatencyStallCycles(SUnit *SU) { in getLatencyStallCycles()
2350 unsigned SchedBoundary::getNextResourceCycleByInstance(unsigned InstanceIdx, in getNextResourceCycleByInstance()
2376 SchedBoundary::getNextResourceCycle(const MCSchedClassDesc *SC, unsigned PIdx, in getNextResourceCycle()
2457 bool SchedBoundary::checkHazard(SUnit *SU) { in checkHazard()
2505 unsigned SchedBoundary::
2526 unsigned SchedBoundary::
2553 void SchedBoundary::releaseNode(SUnit *SU, unsigned ReadyCycle, bool InPQueue, in releaseNode()
2587 void SchedBoundary::bumpCycle(unsigned NextCycle) { in bumpCycle()
2625 void SchedBoundary::incExecutedResources(unsigned PIdx, unsigned Count) { in incExecutedResources()
2641 unsigned SchedBoundary::countResource(const MCSchedClassDesc *SC, unsigned PIdx, in countResource()
2678 void SchedBoundary::bumpNode(SUnit *SU) { in bumpNode()
2843 void SchedBoundary::releasePending() { in releasePending()
2870 void SchedBoundary::removeReady(SUnit *SU) { in removeReady()
2882 SUnit *SchedBoundary::pickOnlyChoice() { in pickOnlyChoice()
2917 LLVM_DUMP_METHOD void SchedBoundary::dumpReservedCycles() const { in dumpReservedCycles()
2943 LLVM_DUMP_METHOD void SchedBoundary::dumpScheduledState() const { in dumpScheduledState()
3005 static unsigned computeRemLatency(SchedBoundary &CurrZone) { in computeRemLatency()
3017 SchedBoundary &CurrZone, in shouldReduceLatency()
3038 SchedBoundary &CurrZone, in setPolicy()
3039 SchedBoundary *OtherZone) { in setPolicy()
3207 SchedBoundary &Zone) { in tryLatency()
3533 SchedBoundary *Zone) const { in tryCandidate()
3642 void GenericScheduler::pickNodeFromQueue(SchedBoundary &Zone, in pickNodeFromQueue()
3655 SchedBoundary *ZoneArg = Cand.AtTop == TryCand.AtTop ? &Zone : nullptr; in pickNodeFromQueue()
3978 void PostGenericScheduler::pickNodeFromQueue(SchedBoundary &Zone, in pickNodeFromQueue()