Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h189 virtual bool shouldDelete(Instruction *I) const { return true; } in shouldDelete() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp499 if (!shouldDelete(User)) in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1906 bool shouldDelete(Instruction *I) const override { in shouldDelete() function in __anon7e16e74e1111::LoopPromoter