Searched defs:instructionDeleted (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/Transforms/Utils/ | ||
H A D | SSAUpdater.h | 183 virtual void instructionDeleted(Instruction *I) const {} instructionDeleted() function |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | LICM.cpp | 1913 void instructionDeleted(Instruction *I) const override { instructionDeleted() function in __anon8361c48b1111::LoopPromoter |