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

  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 278 unsigned NodeQueueId; // Queue id of node.
321 NodeNum(nodenum), NodeQueueId(0), NumPreds(0), NumSuccs(0),
337 NodeNum(nodenum), NodeQueueId(0), NumPreds(0), NumSuccs(0),
352 NodeNum(BoundaryID), NodeQueueId(0), NumPreds(0), NumSuccs(0),
MachineScheduler.h 471 /// by an ID. SUnit::NodeQueueId is a mask of the ReadyQueues the SUnit is in.
487 // SU is in this queue if it's NodeQueueID is a superset of this ID.
488 bool isInQueue(SUnit *SU) const { return (SU->NodeQueueId & ID); }
510 SU->NodeQueueId |= ID;
514 (*I)->NodeQueueId &= ~ID;
556 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]
ResourcePriorityQueue.cpp 177 SU->NodeQueueId = 0;

Completed in 270 milliseconds