Searched defs:shouldDelete (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/Transforms/Utils/ | ||
H A D | SSAUpdater.h | 190 virtual bool shouldDelete(Instruction *I) const { return true; } shouldDelete() function |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | LICM.cpp | 1918 bool shouldDelete(Instruction *I) const override { shouldDelete() function in __anon8361c48b1111::LoopPromoter |