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

References

tools/llvm-reduce/deltas/ReduceInstructions.cpp
   39         if (!InstToKeep.count(&Inst)) {
   40           Inst.replaceAllUsesWith(UndefValue::get(Inst.getType()));
   40           Inst.replaceAllUsesWith(UndefValue::get(Inst.getType()));
   41           InstToDelete.push_back(&Inst);