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