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()
691 if (PredSU->NumSuccsLeft == 0) { in releasePred()703 --PredSU->NumSuccsLeft; in releasePred()704 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) in releasePred()865 if (!SU.NumSuccsLeft) in findRootsAndBiasEdges()3139 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()
405 if (PredSU->NumSuccsLeft == 0) { in ReleasePred()412 --PredSU->NumSuccsLeft; in ReleasePred()422 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) { in ReleasePred()831 assert(PredSU->NumSuccsLeft < std::numeric_limits<unsigned>::max() && in CapturePred()833 ++PredSU->NumSuccsLeft; in CapturePred()1129 if (NewSU->NumSuccsLeft == 0) in TryUnfoldSU()1182 if (SU->NumSuccsLeft == 0) in CopyAndMoveSuccessors()2284 if (PredSU->NumSuccsLeft != PredSU->Succs.size()) in unscheduledNode()
269 unsigned NumSuccsLeft = 0; ///< # of succs not scheduled. variable450 return NumSuccsLeft == 0; in isBottomReady()