Home
last modified time | relevance | path

Searched defs:shouldDelete (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h190 virtual bool shouldDelete(Instruction *I) const { return true; } shouldDelete() function
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1918 bool shouldDelete(Instruction *I) const override { shouldDelete() function in __anon8361c48b1111::LoopPromoter