Searched refs:NumSuccsLeft (Results 1 – 8 of 8) sorted by relevance
161 assert(N->NumSuccsLeft < std::numeric_limits<unsigned>::max() && in addPred()163 ++N->NumSuccsLeft; in addPred()207 assert(N->NumSuccsLeft > 0 && "NumSuccsLeft will underflow!"); in removePred()208 --N->NumSuccsLeft; in removePred()343 dbgs() << " # succs left : " << NumSuccsLeft << "\n"; in dumpAttributes()416 if (SUnit.NumSuccsLeft != 0) { in VerifyScheduledDAG()
685 if (PredSU->NumSuccsLeft == 0) { in releasePred()697 --PredSU->NumSuccsLeft; in releasePred()698 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) in releasePred()859 if (!SU.NumSuccsLeft) in findRootsAndBiasEdges()3109 bool AtBoundary = isTop ? !SU->NumSuccsLeft : !SU->NumPredsLeft; in biasPhysReg()
564 if (SU->NumSuccsLeft == 0) in isSingleUnscheduledSucc()
280 assert(PredSU->isBoundaryNode() || PredSU->NumSuccsLeft > 0); in releasePredecessors()284 if (!PredSU->isBoundaryNode() && --PredSU->NumSuccsLeft == 0) in releasePredecessors()
1854 SUnits[i].NumSuccsLeft = SUnitsLinksBackup[i].NumSuccsLeft; in restoreSULinksLeft()
139 if (PredSU->NumSuccsLeft == 0) { in ReleasePred()146 --PredSU->NumSuccsLeft; in ReleasePred()150 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) { in ReleasePred()337 if (NewSU->NumSuccsLeft == 0) { in CopyAndMoveSuccessors()
402 if (PredSU->NumSuccsLeft == 0) { in ReleasePred()409 --PredSU->NumSuccsLeft; in ReleasePred()419 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) { in ReleasePred()828 assert(PredSU->NumSuccsLeft < std::numeric_limits<unsigned>::max() && in CapturePred()830 ++PredSU->NumSuccsLeft; in CapturePred()1126 if (NewSU->NumSuccsLeft == 0) in TryUnfoldSU()1179 if (SU->NumSuccsLeft == 0) in CopyAndMoveSuccessors()2283 if (PredSU->NumSuccsLeft != PredSU->Succs.size()) in unscheduledNode()
269 unsigned NumSuccsLeft = 0; ///< # of succs not scheduled. variable450 return NumSuccsLeft == 0; in isBottomReady()