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

  /external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 42 return (Node->NumPreds > 10 || Node->NumSuccs > 10);
ScheduleDAG.cpp 99 assert(N->NumSuccs < UINT_MAX && "NumSuccs will overflow!");
101 ++N->NumSuccs;
150 assert(N->NumSuccs > 0 && "NumSuccs will underflow!");
152 --N->NumSuccs;
387 if (SUnits[i].NumPreds == 0 && SUnits[i].NumSuccs == 0) {
ScheduleDAGInstrs.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 147 unsigned NumSuccs = MBB->succ_size();
176 if ((NumSuccs == 2) && LayoutSucc && (LayoutSucc->pred_size() == 1)) {
  /external/swiftshader/third_party/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/swiftshader/third_party/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/include/llvm/CodeGen/
ScheduleDAG.h 269 unsigned NumSuccs; // # of SDep::Data sucss.
310 NodeNum(nodenum), NodeQueueId(0), NumPreds(0), NumSuccs(0),
326 NodeNum(nodenum), NodeQueueId(0), NumPreds(0), NumSuccs(0),
341 NodeNum(BoundaryID), NodeQueueId(0), NumPreds(0), NumSuccs(0),
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]

Completed in 759 milliseconds