Searched refs:SchedCandidate (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h113 struct SchedCandidate { struct in class:llvm::ConvergingVLIWScheduler
123 SchedCandidate(): SU(NULL), SCost(0) {} function in struct:llvm::ConvergingVLIWScheduler::SchedCandidate
125 /// Represent the type of SchedCandidate found within a single queue.
228 SUnit *SU, SchedCandidate &Candidate,
233 SchedCandidate &Candidate);
H A DHexagonMachineScheduler.cpp467 SchedCandidate &Candidate,
533 SchedCandidate &Candidate) {
588 SchedCandidate BotCand;
606 SchedCandidate TopCand;
645 SchedCandidate TopCand;
656 SchedCandidate BotCand;
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1330 /// Represent the type of SchedCandidate found within a single queue.
1371 struct SchedCandidate { struct in class:__anon5::GenericScheduler
1389 SchedCandidate(const CandPolicy &policy) function in struct:__anon5::GenericScheduler::SchedCandidate
1395 void setBest(SchedCandidate &Best) {
1660 void tryCandidate(SchedCandidate &Cand,
1661 SchedCandidate &TryCand,
1670 SchedCandidate &Candidate);
1675 void traceCandidate(const SchedCandidate &Cand);
2301 void GenericScheduler::SchedCandidate::
2321 GenericScheduler::SchedCandidate
[all...]

Completed in 105 milliseconds