Home
last modified time | relevance | path

Searched defs:shouldDelete (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h175 virtual bool shouldDelete(Instruction *I) const { return true; } in shouldDelete() function
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLICM.cpp1888 bool shouldDelete(Instruction *I) const override { in shouldDelete() function in __anon743b64941111::LoopPromoter