reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
892 Pred2 = SomePHI->getIncomingBlock(1); 900 Pred2 = *PI++; 908 BranchInst *Pred2Br = dyn_cast<BranchInst>(Pred2->getTerminator()); 922 std::swap(Pred1, Pred2); 930 if (!Pred2->getSinglePredecessor()) 936 Pred1Br->getSuccessor(1) == Pred2) { 938 IfFalse = Pred2; 939 } else if (Pred1Br->getSuccessor(0) == Pred2 && 941 IfTrue = Pred2; 956 if (CommonPred == nullptr || CommonPred != Pred2->getSinglePredecessor()) 966 IfFalse = Pred2; 968 IfTrue = Pred2;