Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:succ_size

293   if (MBB->pred_size() != 1 || MBB->succ_size() != 1)
2698 unsigned cl = LHS->MBB->pred_size() + LHS->MBB->succ_size();
2699 unsigned cr = RHS->MBB->pred_size() + RHS->MBB->succ_size();