Home | History | Annotate | Download | only in Scalar

Lines Matching defs:PE

732     pred_iterator PI = pred_begin(BB), PE = pred_end(BB);
733 if (CondBr && CondConst && CondBr->isConditional() && PI != PE &&
745 while (++PI != PE) {
753 if (PI == PE) {
863 for (pred_iterator PI = pred_begin(LoadBB), PE = pred_end(LoadBB);
864 PI != PE; ++PI) {
911 for (pred_iterator PI = pred_begin(LoadBB), PE = pred_end(LoadBB);
912 PI != PE; ++PI) {
946 pred_iterator PB = pred_begin(LoadBB), PE = pred_end(LoadBB);
947 PHINode *PN = PHINode::Create(LI->getType(), std::distance(PB, PE), "",
954 for (pred_iterator PI = PB; PI != PE; ++PI) {