Lines Matching refs:ExitBB
112 for (BasicBlock *ExitBB : ExitBlocks) {
113 if (!DT.dominates(DomNode, DT.getNode(ExitBB)))
117 if (SSAUpdate.HasValueForBlock(ExitBB))
120 PHINode *PN = PHINode::Create(Inst.getType(), PredCache.size(ExitBB),
121 Inst.getName() + ".lcssa", &ExitBB->front());
124 for (BasicBlock *Pred : PredCache.get(ExitBB)) {
139 SSAUpdate.AddAvailableValue(ExitBB, PN);
149 if (auto *OtherLoop = LI->getLoopFor(ExitBB))
212 for (BasicBlock *ExitBB : ExitBlocks)
213 if (DT.dominates(DomNode, DT.getNode(ExitBB)))