Searched refs:CommonPred (Results 1 – 4 of 4) sorted by relevance
751 BasicBlock *CommonPred = Pred1->getSinglePredecessor(); in GetIfCondition() local752 if (CommonPred == nullptr || CommonPred != Pred2->getSinglePredecessor()) in GetIfCondition()756 BranchInst *BI = dyn_cast<BranchInst>(CommonPred->getTerminator()); in GetIfCondition()
2255 BasicBlock *CommonPred = *KillingBlocks.begin(); in getDomMemoryDef() local2258 if (!CommonPred) in getDomMemoryDef()2260 CommonPred = PDT.findNearestCommonDominator(CommonPred, *I); in getDomMemoryDef()2265 if (KillingBlocks.count(CommonPred)) { in getDomMemoryDef()2266 if (PDT.dominates(CommonPred, EarlierAccess->getBlock())) in getDomMemoryDef()2274 if (PDT.dominates(CommonPred, EarlierAccess->getBlock())) { in getDomMemoryDef()2279 if (CommonPred) in getDomMemoryDef()2280 WorkList.insert(CommonPred); in getDomMemoryDef()
1070 BasicBlock *CommonPred = Pred1->getSinglePredecessor(); in GetIfCondition() local1071 if (CommonPred == nullptr || CommonPred != Pred2->getSinglePredecessor()) in GetIfCondition()1075 BranchInst *BI = dyn_cast<BranchInst>(CommonPred->getTerminator()); in GetIfCondition()
1126 BasicBlock *CommonPred = Pred1->getSinglePredecessor(); in GetIfCondition() local1127 if (CommonPred == nullptr || CommonPred != Pred2->getSinglePredecessor()) in GetIfCondition()1131 BranchInst *BI = dyn_cast<BranchInst>(CommonPred->getTerminator()); in GetIfCondition()