reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1751 if (Loop *L = LI.getLoopFor(I->getParent())) 1755 PHINode *PN = PHINode::Create(I->getType(), PredCache.size(BB), 1756 I->getName() + ".lcssa", &BB->front()); 1758 PN->addIncoming(I, Pred);