Searched refs:CommonPred (Results 1 – 1 of 1) sorted by relevance
814 BasicBlock *CommonPred = Pred1->getSinglePredecessor(); in GetIfCondition() local815 if (CommonPred == nullptr || CommonPred != Pred2->getSinglePredecessor()) in GetIfCondition()819 BranchInst *BI = dyn_cast<BranchInst>(CommonPred->getTerminator()); in GetIfCondition()