Lines Matching defs:CommonPred
1631 BasicBlock *CommonPred = *KillingBlocks.begin();
1633 if (!CommonPred)
1635 CommonPred = PDT.findNearestCommonDominator(CommonPred, BB);
1641 if (!PDT.dominates(CommonPred, MaybeDeadAccess->getBlock())) {
1646 // all paths to the exit go through CommonPred.
1647 CommonPred = nullptr;
1650 // If CommonPred itself is in the set of killing blocks, we're done.
1651 if (KillingBlocks.count(CommonPred))
1655 // If CommonPred is null, there are multiple exits from the function.
1657 if (CommonPred)
1658 WorkList.insert(CommonPred);