Searched refs:Pred1Br (Results 1 – 3 of 3) sorted by relevance
772 BranchInst *Pred1Br = dyn_cast<BranchInst>(Pred1->getTerminator()); in GetIfCondition() local774 if (!Pred1Br || !Pred2Br) in GetIfCondition()784 if (Pred1Br->isConditional()) in GetIfCondition()788 std::swap(Pred1Br, Pred2Br); in GetIfCondition()791 if (Pred1Br->isConditional()) { in GetIfCondition()800 if (Pred1Br->getSuccessor(0) == BB && in GetIfCondition()801 Pred1Br->getSuccessor(1) == Pred2) { in GetIfCondition()804 } else if (Pred1Br->getSuccessor(0) == Pred2 && in GetIfCondition()805 Pred1Br->getSuccessor(1) == BB) { in GetIfCondition()814 return Pred1Br->getCondition(); in GetIfCondition()
703 BranchInst *Pred1Br = dyn_cast<BranchInst>(Pred1->getTerminator()); in GetIfCondition() local705 if (!Pred1Br || !Pred2Br) in GetIfCondition()715 if (Pred1Br->isConditional()) in GetIfCondition()719 std::swap(Pred1Br, Pred2Br); in GetIfCondition()722 if (Pred1Br->isConditional()) { in GetIfCondition()731 if (Pred1Br->getSuccessor(0) == BB && in GetIfCondition()732 Pred1Br->getSuccessor(1) == Pred2) { in GetIfCondition()735 } else if (Pred1Br->getSuccessor(0) == Pred2 && in GetIfCondition()736 Pred1Br->getSuccessor(1) == BB) { in GetIfCondition()745 return Pred1Br->getCondition(); in GetIfCondition()
141 BranchInst *Pred1Br = dyn_cast<BranchInst>(Pred1->getTerminator()); in GetIfCondition() local143 if (Pred1Br == 0 || Pred2Br == 0) in GetIfCondition()153 if (Pred1Br->isConditional()) in GetIfCondition()157 std::swap(Pred1Br, Pred2Br); in GetIfCondition()160 if (Pred1Br->isConditional()) { in GetIfCondition()169 if (Pred1Br->getSuccessor(0) == BB && in GetIfCondition()170 Pred1Br->getSuccessor(1) == Pred2) { in GetIfCondition()173 } else if (Pred1Br->getSuccessor(0) == Pred2 && in GetIfCondition()174 Pred1Br->getSuccessor(1) == BB) { in GetIfCondition()183 return Pred1Br->getCondition(); in GetIfCondition()