Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp814 BasicBlock *CommonPred = Pred1->getSinglePredecessor(); in GetIfCondition() local
815 if (CommonPred == nullptr || CommonPred != Pred2->getSinglePredecessor()) in GetIfCondition()
819 BranchInst *BI = dyn_cast<BranchInst>(CommonPred->getTerminator()); in GetIfCondition()