Lines Matching defs:Pred1
1807 BasicBlock *Pred1 = nullptr;
1813 Pred1 = SomePHI->getIncomingBlock(0);
1819 Pred1 = *PI++;
1829 BranchInst *Pred1Br = dyn_cast<BranchInst>(Pred1->getTerminator());
1844 std::swap(Pred1, Pred2);
1859 IfTrue = Pred1;
1864 IfFalse = Pred1;
1877 BasicBlock *CommonPred = Pred1->getSinglePredecessor();
1886 if (BI->getSuccessor(0) == Pred1) {
1887 IfTrue = Pred1;
1891 IfFalse = Pred1;