Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:NumSuccessors

718     unsigned NumSuccessors = PredBB->succ_size();
719 assert(NumSuccessors <= 1);
720 if (NumSuccessors == 0 || *PredBB->succ_begin() != NewTarget)