Lines Matching defs:CommonPred
1738 BasicBlock *CommonPred = *KillingBlocks.begin();
1740 if (!CommonPred)
1742 CommonPred = PDT.findNearestCommonDominator(CommonPred, BB);
1748 if (!PDT.dominates(CommonPred, MaybeDeadAccess->getBlock())) {
1753 // all paths to the exit go through CommonPred.
1754 CommonPred = nullptr;
1757 // If CommonPred itself is in the set of killing blocks, we're done.
1758 if (KillingBlocks.count(CommonPred))
1762 // If CommonPred is null, there are multiple exits from the function.
1764 if (CommonPred)
1765 WorkList.insert(CommonPred);