Home
last modified time | relevance | path

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

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