Home | History | Annotate | Download | only in Scalar

Lines Matching full:succs

454   void getFeasibleSuccessors(TerminatorInst &TI, SmallVector<bool, 16> &Succs);
550 SmallVector<bool, 16> &Succs) {
551 Succs.resize(TI.getNumSuccessors());
554 Succs[0] = true;
564 Succs[0] = Succs[1] = true;
569 Succs[CI->isZero()] = true;
575 Succs[0] = Succs[1] = true;
586 Succs.assign(TI.getNumSuccessors(), true);
590 Succs[SI->findCaseValue(CI)] = true;
597 Succs.assign(TI.getNumSuccessors(), true);