Searched refs:SIBlockSchedCandidate (Results 1 – 2 of 2) sorted by relevance
357 struct SIBlockSchedCandidate : SISchedulerCandidate { struct368 SIBlockSchedCandidate() = default; argument373 void setBest(SIBlockSchedCandidate &Best) { in setBest() argument386 bool tryCandidateLatency(SIBlockSchedCandidate &Cand,387 SIBlockSchedCandidate &TryCand);388 bool tryCandidateRegUsage(SIBlockSchedCandidate &Cand,389 SIBlockSchedCandidate &TryCand);
1526 bool SIScheduleBlockScheduler::tryCandidateLatency(SIBlockSchedCandidate &Cand, in tryCandidateLatency()1527 SIBlockSchedCandidate &TryCand) { in tryCandidateLatency()1551 bool SIScheduleBlockScheduler::tryCandidateRegUsage(SIBlockSchedCandidate &Cand, in tryCandidateRegUsage()1552 SIBlockSchedCandidate &TryCand) { in tryCandidateRegUsage()1574 SIBlockSchedCandidate Cand; in pickBlock()1601 SIBlockSchedCandidate TryCand; in pickBlock()