Searched defs:SchedCandidate (Results 1 – 6 of 6) sorted by relevance
112 struct SchedCandidate { struct122 SchedCandidate(): SU(nullptr), SCost(0) {} in SchedCandidate() argument
849 struct SchedCandidate { struct867 SchedCandidate() { reset(CandPolicy()); } in SchedCandidate() argument868 SchedCandidate(const CandPolicy &Policy) { reset(Policy); } in SchedCandidate() argument882 void setBest(SchedCandidate &Best) { in setBest() argument
812 struct SchedCandidate { struct830 SchedCandidate() { reset(CandPolicy()); } in SchedCandidate() argument831 SchedCandidate(const CandPolicy &Policy) { reset(Policy); } in SchedCandidate() function845 void setBest(SchedCandidate &Best) { in setBest() argument
846 struct SchedCandidate { struct864 SchedCandidate() { reset(CandPolicy()); } in SchedCandidate() argument865 SchedCandidate(const CandPolicy &Policy) { reset(Policy); } in SchedCandidate() function879 void setBest(SchedCandidate &Best) { in setBest() argument
113 struct SchedCandidate { struct123 SchedCandidate() = default; argument