Searched refs:Pred1Br (Results 1 – 1 of 1) sorted by relevance
1022 BranchInst *Pred1Br = dyn_cast<BranchInst>(Pred1->getTerminator()); in GetIfCondition() local1024 if (!Pred1Br || !Pred2Br) in GetIfCondition()1034 if (Pred1Br->isConditional()) in GetIfCondition()1038 std::swap(Pred1Br, Pred2Br); in GetIfCondition()1041 if (Pred1Br->isConditional()) { in GetIfCondition()1050 if (Pred1Br->getSuccessor(0) == BB && in GetIfCondition()1051 Pred1Br->getSuccessor(1) == Pred2) { in GetIfCondition()1054 } else if (Pred1Br->getSuccessor(0) == Pred2 && in GetIfCondition()1055 Pred1Br->getSuccessor(1) == BB) { in GetIfCondition()1064 return Pred1Br->getCondition(); in GetIfCondition()