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

  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 140 /// by an ID. SUnit::NodeQueueId is a mask of the ReadyQueues the SUnit is in.
156 // SU is in this queue if it's NodeQueueID is a superset of this ID.
157 bool isInQueue(SUnit *SU) const { return (SU->NodeQueueId & ID); }
179 SU->NodeQueueId |= ID;
183 (*I)->NodeQueueId &= ~ID;
ScheduleDAG.h 291 unsigned NodeQueueId; // Queue id of node.
331 NodeQueueId(0), NumPreds(0), NumSuccs(0), NumPredsLeft(0),
345 NodeQueueId(0), NumPreds(0), NumSuccs(0), NumPredsLeft(0),
358 NodeQueueId(0), NumPreds(0), NumSuccs(0), NumPredsLeft(0),
  /external/llvm/lib/Target/R600/
R600MachineScheduler.cpp 57 (*I)->NodeQueueId &= ~QSrc->getID();
312 (*I)->NodeQueueId &= ~QSrc->getID();
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]
ResourcePriorityQueue.cpp 176 SU->NodeQueueId = 0;

Completed in 740 milliseconds