Searched refs:CommonPred (Results 1 – 2 of 2) sorted by relevance
1580 BasicBlock *CommonPred = *KillingBlocks.begin(); in getDomMemoryDef() local1583 if (!CommonPred) in getDomMemoryDef()1585 CommonPred = PDT.findNearestCommonDominator(CommonPred, *I); in getDomMemoryDef()1590 if (KillingBlocks.count(CommonPred)) { in getDomMemoryDef()1591 if (PDT.dominates(CommonPred, EarlierAccess->getBlock())) in getDomMemoryDef()1599 if (PDT.dominates(CommonPred, EarlierAccess->getBlock())) { in getDomMemoryDef()1604 if (CommonPred) in getDomMemoryDef()1605 WorkList.insert(CommonPred); in getDomMemoryDef()
1532 BasicBlock *CommonPred = Pred1->getSinglePredecessor(); in GetIfCondition() local1533 if (CommonPred == nullptr || CommonPred != Pred2->getSinglePredecessor()) in GetIfCondition()1537 BranchInst *BI = dyn_cast<BranchInst>(CommonPred->getTerminator()); in GetIfCondition()