reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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();