Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:pred_size

975     if (I->pred_size() < 2) continue;
1277 if (PriorCond.empty() && !PriorTBB && MBB->pred_size() == 1 &&
1457 while(PI != MBB->pred_size()) {
1745 if (TBB->pred_size() > 1 || FBB->pred_size() > 1)