Home | History | Annotate | Download | only in Utils

Lines Matching defs:Pred1

136   BasicBlock *Pred1 = SomePHI->getIncomingBlock(0);
141 BranchInst *Pred1Br = dyn_cast<BranchInst>(Pred1->getTerminator());
156 std::swap(Pred1, Pred2);
171 IfTrue = Pred1;
176 IfFalse = Pred1;
189 BasicBlock *CommonPred = Pred1->getSinglePredecessor();
198 if (BI->getSuccessor(0) == Pred1) {
199 IfTrue = Pred1;
203 IfFalse = Pred1;