Searched refs:CommonPred (Results 1 – 3 of 3) sorted by relevance
1634 BasicBlock *CommonPred = *KillingBlocks.begin(); in getDomMemoryDef() local1636 if (!CommonPred) in getDomMemoryDef()1638 CommonPred = PDT.findNearestCommonDominator(CommonPred, BB); in getDomMemoryDef()1644 if (!PDT.dominates(CommonPred, MaybeDeadAccess->getBlock())) { in getDomMemoryDef()1650 CommonPred = nullptr; in getDomMemoryDef()1654 if (KillingBlocks.count(CommonPred)) in getDomMemoryDef()1660 if (CommonPred) in getDomMemoryDef()1661 WorkList.insert(CommonPred); in getDomMemoryDef()
1014 BasicBlock *&CommonPred) { in CanRedirectPredsOfEmptyBBToSucc() argument1027 if (CommonPred) in CanRedirectPredsOfEmptyBBToSucc()1029 CommonPred = SuccPred; in CanRedirectPredsOfEmptyBBToSucc()1076 if (PredBB == CommonPred) in redirectValuesFromPredecessorsToPhi()1087 if (CommonPred) in redirectValuesFromPredecessorsToPhi()1096 if (PredBB == CommonPred) in redirectValuesFromPredecessorsToPhi()1106 if (CommonPred) in redirectValuesFromPredecessorsToPhi()1127 BasicBlock *CommonPred = nullptr; in TryToSimplifyUncondBranchFromEmptyBlock() local1170 if (BBPhisMergeable && CommonPred) in TryToSimplifyUncondBranchFromEmptyBlock()1173 << CommonPred->getName() << "\n"); in TryToSimplifyUncondBranchFromEmptyBlock()[all …]
1863 BasicBlock *CommonPred = Pred1->getSinglePredecessor(); in GetIfCondition() local1864 if (CommonPred == nullptr || CommonPred != Pred2->getSinglePredecessor()) in GetIfCondition()1868 BranchInst *BI = dyn_cast<BranchInst>(CommonPred->getTerminator()); in GetIfCondition()