Lines Matching defs:PHIs
121 SmallVector<PHIInfo, 8> PHIs;
511 PHIs.clear();
516 PHIs.push_back(&*I);
517 PHIInfo &PI = PHIs.back();
614 assert(Tail->pred_size() == 2 && "Cannot replace PHIs");
619 // Convert all PHIs to select instructions inserted before FirstTerm.
620 for (PHIInfo &PI : PHIs) {
646 // Convert all PHIs to select instructions inserted before FirstTerm.
647 for (PHIInfo &PI : PHIs) {
977 for (SSAIfConv::PHIInfo &PI : IfConv.PHIs) {