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

  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 248 unsigned NumSuccs; // # of SDep::Data sucss.
281 NodeQueueId(0), NumPreds(0), NumSuccs(0), NumPredsLeft(0),
295 NodeQueueId(0), NumPreds(0), NumSuccs(0), NumPredsLeft(0),
308 NodeQueueId(0), NumPreds(0), NumSuccs(0), NumPredsLeft(0),
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 101 assert(N->NumSuccs < UINT_MAX && "NumSuccs will overflow!");
103 ++N->NumSuccs;
148 assert(N->NumSuccs > 0 && "NumSuccs will underflow!");
150 --N->NumSuccs;
358 if (SUnits[i].NumPreds == 0 && SUnits[i].NumSuccs == 0) {
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]

Completed in 113 milliseconds