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);
1518 bool SIScheduleBlockScheduler::tryCandidateLatency(SIBlockSchedCandidate &Cand, in tryCandidateLatency()1519 SIBlockSchedCandidate &TryCand) { in tryCandidateLatency()1543 bool SIScheduleBlockScheduler::tryCandidateRegUsage(SIBlockSchedCandidate &Cand, in tryCandidateRegUsage()1544 SIBlockSchedCandidate &TryCand) { in tryCandidateRegUsage()1566 SIBlockSchedCandidate Cand; in pickBlock()1593 SIBlockSchedCandidate TryCand; in pickBlock()