Home
last modified time | relevance | path

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

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