Searched defs:isRemovable (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ | ||
H A D | TransUnusedInitDelegate.cpp | 67 bool isRemovable(Expr *E) const { in isRemovable() function in __anon73bdca3e0111::UnusedInitRewriter |
H A D | TransZeroOutPropsInDealloc.cpp | 145 bool isRemovable(Expr *E) const { in isRemovable() function in __anon7b9bb1120111::ZeroOutInDeallocRemover |
H A D | TransRetainReleaseDealloc.cpp | 422 bool isRemovable(Expr *E) const { in isRemovable() function in __anon6de465d30111::RetainReleaseDeallocRemover |
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ | ||
H A D | DeadStoreElimination.cpp | 239 static bool isRemovable(Instruction *I) { in isRemovable() function |