Lines Matching defs:Pred1
1805 BasicBlock *Pred1 = nullptr;
1811 Pred1 = SomePHI->getIncomingBlock(0);
1817 Pred1 = *PI++;
1827 BranchInst *Pred1Br = dyn_cast<BranchInst>(Pred1->getTerminator());
1842 std::swap(Pred1, Pred2);
1857 IfTrue = Pred1;
1862 IfFalse = Pred1;
1875 BasicBlock *CommonPred = Pred1->getSinglePredecessor();
1884 if (BI->getSuccessor(0) == Pred1) {
1885 IfTrue = Pred1;
1889 IfFalse = Pred1;