Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1628 BranchInst *Pred2Br = dyn_cast<BranchInst>(Pred2->getTerminator()); in GetIfCondition() local
1629 if (!Pred1Br || !Pred2Br) in GetIfCondition()
1634 if (Pred2Br->isConditional()) { in GetIfCondition()
1643 std::swap(Pred1Br, Pred2Br); in GetIfCondition()