Home | History | Annotate | Download | only in IR

Lines Matching defs:PE

1706     const_pred_iterator PI = pred_begin(BB), PE = pred_end(BB);
1708 if (PI == PE) {
1713 for (++PI; PI != PE; ++PI) {