Searched refs:SISchedCandidate (Results 1 – 2 of 2) sorted by relevance
166 struct SISchedCandidate : SISchedulerCandidate { struct176 SISchedCandidate() = default; argument181 void setBest(SISchedCandidate &Best) { in setBest() argument202 void tryCandidateTopDown(SISchedCandidate &Cand, SISchedCandidate &TryCand);203 void tryCandidateBottomUp(SISchedCandidate &Cand, SISchedCandidate &TryCand);205 void traceCandidate(const SISchedCandidate &Cand);
182 void SIScheduleBlock::traceCandidate(const SISchedCandidate &Cand) { in traceCandidate()189 void SIScheduleBlock::tryCandidateTopDown(SISchedCandidate &Cand, in tryCandidateTopDown()190 SISchedCandidate &TryCand) { in tryCandidateTopDown()242 SISchedCandidate TopCand; in pickNode()245 SISchedCandidate TryCand; in pickNode()