Searched defs:SchedCandidate (Results 1 – 2 of 2) sorted by relevance
112 struct SchedCandidate { struct122 SchedCandidate(): SU(nullptr), SCost(0) {} in SchedCandidate() argument
812 struct SchedCandidate { struct830 SchedCandidate() { reset(CandPolicy()); } in SchedCandidate() argument831 SchedCandidate(const CandPolicy &Policy) { reset(Policy); } in SchedCandidate() argument845 void setBest(SchedCandidate &Best) { in setBest() argument