HomeSort by relevance Sort by last modified time
    Searched refs:ReadyQueue (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 137 ReadyQueue Available;
138 ReadyQueue Pending;
227 int SchedulingCost(ReadyQueue &Q,
231 CandResult pickNodeFromQueue(ReadyQueue &Q,
235 void traceCandidate(const char *Label, const ReadyQueue &Q, SUnit *SU,
HexagonMachineScheduler.cpp 286 // instruction that cannot issue appears as if it's not in the ReadyQueue.
409 const ReadyQueue &Q,
468 int ConvergingVLIWScheduler::SchedulingCost(ReadyQueue &Q, SUnit *SU,
534 pickNodeFromQueue(ReadyQueue &Q, const RegPressureTracker &RPTracker,
543 for (ReadyQueue::iterator I = Q.begin(), E = Q.end(); I != E; ++I) {
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 137 /// ReadyQueue encapsulates vector of "ready" SUnits with basic convenience
138 /// methods for pushing and removing nodes. ReadyQueue's are uniquely identified
143 class ReadyQueue {
149 ReadyQueue(unsigned id, const Twine &name): ID(id), Name(name.str()) {}
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 308 void ReadyQueue::dump() {
    [all...]

Completed in 343 milliseconds