reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
718 Instruction *Inst = cast<Instruction>(PN->getIncomingValue(Phi.Ith)); 719 PN->setIncomingValue(Phi.Ith, ExitVal); 727 if (PN->getNumIncomingValues() == 1 && 728 LI->replacementPreservesLCSSAForm(PN, ExitVal)) { 729 PN->replaceAllUsesWith(ExitVal); 730 PN->eraseFromParent();