Searched defs:SchedCandidate (Results 1 – 6 of 6) sorted by relevance
112 struct SchedCandidate { struct122 SchedCandidate(): SU(nullptr), SCost(0) {} in SchedCandidate() argument
846 struct SchedCandidate { struct864 SchedCandidate() { reset(CandPolicy()); } in SchedCandidate() argument865 SchedCandidate(const CandPolicy &Policy) { reset(Policy); } in SchedCandidate() argument879 void setBest(SchedCandidate &Best) { in setBest() argument
890 struct SchedCandidate { struct908 SchedCandidate() { reset(CandPolicy()); } in SchedCandidate() argument909 SchedCandidate(const CandPolicy &Policy) { reset(Policy); } in SchedCandidate() function923 void setBest(SchedCandidate &Best) { in setBest() argument
92 struct SchedCandidate { struct102 SchedCandidate() = default; 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
113 struct SchedCandidate { struct123 SchedCandidate() = default; argument