Home
last modified time | relevance | path

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

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