Home
last modified time | relevance | path

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

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