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

References

lib/CodeGen/CodeGenPrepare.cpp
 2586         : TypePromotionAction(Inst), Inserter(Inst), Hider(Inst),
 2586         : TypePromotionAction(Inst), Inserter(Inst), Hider(Inst),
 2586         : TypePromotionAction(Inst), Inserter(Inst), Hider(Inst),
 2589         Replacer = new UsesReplacer(Inst, New);
 2590       LLVM_DEBUG(dbgs() << "Do: InstructionRemover: " << *Inst << "\n");
 2591       RemovedInsts.insert(Inst);
 2595       Inst->removeFromParent();