Home | History | Annotate | Download | only in Scalar

Lines Matching defs:PE

750     pred_iterator PI = pred_begin(BB), PE = pred_end(BB);
751 if (CondBr && CondConst && CondBr->isConditional() && PI != PE &&
763 while (++PI != PE) {
771 if (PI == PE) {
888 for (pred_iterator PI = pred_begin(LoadBB), PE = pred_end(LoadBB);
889 PI != PE; ++PI) {
941 for (pred_iterator PI = pred_begin(LoadBB), PE = pred_end(LoadBB);
942 PI != PE; ++PI) {
978 pred_iterator PB = pred_begin(LoadBB), PE = pred_end(LoadBB);
979 PHINode *PN = PHINode::Create(LI->getType(), std::distance(PB, PE), "",
986 for (pred_iterator PI = PB; PI != PE; ++PI) {