reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1568 bool SIScheduleBlockScheduler::tryCandidateLatency(SIBlockSchedCandidate &Cand, 1569 SIBlockSchedCandidate &TryCand) { 1593 bool SIScheduleBlockScheduler::tryCandidateRegUsage(SIBlockSchedCandidate &Cand, 1594 SIBlockSchedCandidate &TryCand) { 1616 SIBlockSchedCandidate Cand; 1643 SIBlockSchedCandidate TryCand;lib/Target/AMDGPU/SIMachineScheduler.h
377 void setBest(SIBlockSchedCandidate &Best) { 390 bool tryCandidateLatency(SIBlockSchedCandidate &Cand, 391 SIBlockSchedCandidate &TryCand); 392 bool tryCandidateRegUsage(SIBlockSchedCandidate &Cand, 393 SIBlockSchedCandidate &TryCand);