Home
last modified time | relevance | path

Searched refs:shouldDelete (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h175 virtual bool shouldDelete(Instruction *I) const { return true; } in shouldDelete() function
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp448 if (!shouldDelete(User)) in run()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1869 bool shouldDelete(Instruction *I) const override { in shouldDelete() function in __anonf51ac7481111::LoopPromoter