Searched defs:SIBlockSchedCandidate (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h352 struct SIBlockSchedCandidate : SISchedulerCandidate { struct in class:llvm::SIScheduleBlockScheduler
363 SIBlockSchedCandidate() function in struct:llvm::SIScheduleBlockScheduler::SIBlockSchedCandidate
369 void setBest(SIBlockSchedCandidate &Best) {
382 bool tryCandidateLatency(SIBlockSchedCandidate &Cand,
383 SIBlockSchedCandidate &TryCand);
384 bool tryCandidateRegUsage(SIBlockSchedCandidate &Cand,
385 SIBlockSchedCandidate &TryCand);

Completed in 71 milliseconds