Home
last modified time | relevance | path

Searched defs:isRemovable (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp67 bool isRemovable(Expr *E) const { in isRemovable() function in __anon73bdca3e0111::UnusedInitRewriter
H A DTransZeroOutPropsInDealloc.cpp145 bool isRemovable(Expr *E) const { in isRemovable() function in __anon7b9bb1120111::ZeroOutInDeallocRemover
H A DTransRetainReleaseDealloc.cpp422 bool isRemovable(Expr *E) const { in isRemovable() function in __anon6de465d30111::RetainReleaseDeallocRemover
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp239 static bool isRemovable(Instruction *I) { in isRemovable() function