reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
84 void removeInstruction(const Instruction *Inst);
97 ICF.removeInstruction(Inst); 98 MW.removeInstruction(Inst);lib/Transforms/Scalar/GVN.cpp
2181 ICF->removeInstruction(I); 2413 ICF->removeInstruction(CurInst);