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

/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h112 struct SchedCandidate { struct in class:llvm::ConvergingVLIWScheduler
122 SchedCandidate(): SU(nullptr), SCost(0) {} function in struct:llvm::ConvergingVLIWScheduler::SchedCandidate
124 /// Represent the type of SchedCandidate found within a single queue.
228 SUnit *SU, SchedCandidate &Candidate,
233 SchedCandidate &Candidate);
/external/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h762 /// Represent the type of SchedCandidate found within a single queue.
812 struct SchedCandidate { struct in class:llvm::GenericSchedulerBase
830 SchedCandidate() { reset(CandPolicy()); } function in struct:llvm::GenericSchedulerBase::SchedCandidate
831 SchedCandidate(const CandPolicy &Policy) { reset(Policy); } function in struct:llvm::GenericSchedulerBase::SchedCandidate
845 void setBest(SchedCandidate &Best) {
872 void traceCandidate(const SchedCandidate &Cand);
886 SchedCandidate TopCand;
888 SchedCandidate BotCand;
931 void initCandidate(SchedCandidate &Cand, SUnit *SU, bool AtTop,
935 void tryCandidate(SchedCandidate
[all...]

Completed in 72 milliseconds