Home
last modified time | relevance | path

Searched refs:Pred2Br (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp813 BranchInst *Pred2Br = dyn_cast<BranchInst>(Pred2->getTerminator()); in GetIfCondition() local
814 if (!Pred1Br || !Pred2Br) in GetIfCondition()
819 if (Pred2Br->isConditional()) { in GetIfCondition()
828 std::swap(Pred1Br, Pred2Br); in GetIfCondition()