reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/BasicBlock.cpp
  363     for (iterator II = begin(); (PN = dyn_cast<PHINode>(II)); ) {
  365       PN->removeIncomingValue(Pred, false);
  369       if (!KeepOneInputPHIs && (PNV = PN->hasConstantValue()))
  370         if (PNV != PN) {
  371           PN->replaceAllUsesWith(PNV);
  372           PN->eraseFromParent();