Home | History | Annotate | Download | only in Analysis

Lines Matching defs:PE

1358     pred_iterator PI = pred_begin(BB), PE = pred_end(BB);
1359 if (PI == PE)
1398 while (++PI != PE) {
1403 if (PI == PE) {