Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NumSuccessors

727     unsigned NumSuccessors = PredBB->succ_size();
728 assert(NumSuccessors <= 1);
729 if (NumSuccessors == 0 || *PredBB->succ_begin() != NewTarget)