Home | History | Annotate | Download | only in CodeGen

Lines Matching full:pred_size

448         assert(HDR->pred_size() > 0 && "Loop header has no predecessors?");
558 if (MBB->succ_size() < 2 && MBB->pred_size() < 2) {
563 if (SUCC->pred_size() > 1) {
662 if (EXB->succ_size() > 1 || EXB->pred_size() > 1)