HomeSort by relevance Sort by last modified time
    Searched defs:SchedCandidate (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 113 struct SchedCandidate {
123 SchedCandidate(): SU(NULL), SCost(0) {}
125 /// Represent the type of SchedCandidate found within a single queue.
228 SUnit *SU, SchedCandidate &Candidate,
233 SchedCandidate &Candidate);
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 1041 milliseconds