Lines Matching refs:SchedCandidate
812 struct SchedCandidate { struct
830 SchedCandidate() { reset(CandPolicy()); } in SchedCandidate() argument
831 SchedCandidate(const CandPolicy &Policy) { reset(Policy); } in SchedCandidate() function
845 void setBest(SchedCandidate &Best) { in setBest() argument
872 void traceCandidate(const SchedCandidate &Cand);
886 SchedCandidate TopCand;
888 SchedCandidate BotCand;
931 void initCandidate(SchedCandidate &Cand, SUnit *SU, bool AtTop,
935 void tryCandidate(SchedCandidate &Cand,
936 SchedCandidate &TryCand,
944 SchedCandidate &Candidate);
995 void tryCandidate(SchedCandidate &Cand, SchedCandidate &TryCand);
997 void pickNodeFromQueue(SchedCandidate &Cand);