Searched refs:NumSuccsLeft (Results 1 – 8 of 8) sorted by relevance
163 assert(N->NumSuccsLeft < std::numeric_limits<unsigned>::max() && in addPred()165 ++N->NumSuccsLeft; in addPred()207 assert(N->NumSuccsLeft > 0 && "NumSuccsLeft will underflow!"); in removePred()208 --N->NumSuccsLeft; in removePred()345 dbgs() << " # succs left : " << NumSuccsLeft << "\n"; in dumpAttributes()421 if (SUnit.NumSuccsLeft != 0) { in VerifyScheduledDAG()
985 if (PredSU->NumSuccsLeft == 0) { in releasePred()997 --PredSU->NumSuccsLeft; in releasePred()998 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) in releasePred()1170 if (!SU.NumSuccsLeft) in findRootsAndBiasEdges()3881 bool AtBoundary = isTop ? !SU->NumSuccsLeft : !SU->NumPredsLeft; in biasPhysReg()
561 if (SU->NumSuccsLeft == 0) in isSingleUnscheduledSucc()
133 if (PredSU->NumSuccsLeft == 0) { in ReleasePred()140 --PredSU->NumSuccsLeft; in ReleasePred()144 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) { in ReleasePred()327 if (NewSU->NumSuccsLeft == 0) { in CopyAndMoveSuccessors()
404 if (PredSU->NumSuccsLeft == 0) { in ReleasePred()411 --PredSU->NumSuccsLeft; in ReleasePred()421 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) { in ReleasePred()830 assert(PredSU->NumSuccsLeft < std::numeric_limits<unsigned>::max() && in CapturePred()832 ++PredSU->NumSuccsLeft; in CapturePred()1123 if (NewSU->NumSuccsLeft == 0) in TryUnfoldSU()1176 if (SU->NumSuccsLeft == 0) in CopyAndMoveSuccessors()2277 if (PredSU->NumSuccsLeft != PredSU->Succs.size()) in unscheduledNode()
278 assert(PredSU->isBoundaryNode() || PredSU->NumSuccsLeft > 0); in releasePredecessors()282 if (!PredSU->isBoundaryNode() && --PredSU->NumSuccsLeft == 0) in releasePredecessors()
1834 SUnits[i].NumSuccsLeft = SUnitsLinksBackup[i].NumSuccsLeft; in restoreSULinksLeft()
277 unsigned NumSuccsLeft = 0; ///< # of succs not scheduled. variable472 return NumSuccsLeft == 0; in isBottomReady()