Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NumPredsLeft

516 /// ReleaseSucc - Decrement the NumPredsLeft count of a successor. When
517 /// NumPredsLeft reaches zero, release the successor node.
530 if (SuccSU->NumPredsLeft == 0) {
542 --SuccSU->NumPredsLeft;
543 if (SuccSU->NumPredsLeft == 0 && SuccSU != &ExitSU)
731 if (!I->NumPredsLeft)
2520 bool AtBoundary = isTop ? !SU->NumSuccsLeft : !SU->NumPredsLeft;