Lines Matching refs:SchedCandidate
2300 void GenericSchedulerBase::SchedCandidate::
2415 void GenericSchedulerBase::traceCandidate(const SchedCandidate &Cand) { in traceCandidate()
2470 GenericSchedulerBase::SchedCandidate &TryCand, in tryLess()
2471 GenericSchedulerBase::SchedCandidate &Cand, in tryLess()
2486 GenericSchedulerBase::SchedCandidate &TryCand, in tryGreater()
2487 GenericSchedulerBase::SchedCandidate &Cand, in tryGreater()
2501 static bool tryLatency(GenericSchedulerBase::SchedCandidate &TryCand, in tryLatency()
2502 GenericSchedulerBase::SchedCandidate &Cand, in tryLatency()
2531 static void tracePick(const GenericSchedulerBase::SchedCandidate &Cand) { in tracePick()
2679 GenericSchedulerBase::SchedCandidate &TryCand, in tryPressure()
2680 GenericSchedulerBase::SchedCandidate &Cand, in tryPressure()
2748 void GenericScheduler::initCandidate(SchedCandidate &Cand, SUnit *SU, in initCandidate()
2795 void GenericScheduler::tryCandidate(SchedCandidate &Cand, in tryCandidate()
2796 SchedCandidate &TryCand, in tryCandidate()
2914 SchedCandidate &Cand) { in pickNodeFromQueue()
2921 SchedCandidate TryCand(ZonePolicy); in pickNodeFromQueue()
2970 SchedCandidate TCand; in pickNodeBidirectional()
2990 SchedCandidate TCand; in pickNodeBidirectional()
3002 SchedCandidate Cand = BotCand; in pickNodeBidirectional()
3174 void PostGenericScheduler::tryCandidate(SchedCandidate &Cand, in tryCandidate()
3175 SchedCandidate &TryCand) { in tryCandidate()
3207 void PostGenericScheduler::pickNodeFromQueue(SchedCandidate &Cand) { in pickNodeFromQueue()
3210 SchedCandidate TryCand(Cand.Policy); in pickNodeFromQueue()
3235 SchedCandidate TopCand(NoPolicy); in pickNode()