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

References

lib/Transforms/Scalar/NewGVN.cpp
 3691     if (!Inst.use_empty())
 3692       Inst.replaceAllUsesWith(UndefValue::get(Inst.getType()));
 3692       Inst.replaceAllUsesWith(UndefValue::get(Inst.getType()));
 3693     if (isa<LandingPadInst>(Inst))
 3696     Inst.eraseFromParent();