Searched refs:isRemovable (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp51 isRemovable(ME) &&
67 bool isRemovable(Expr *E) const { function in class:__anon294::UnusedInitRewriter
H A DTransZeroOutPropsInDealloc.cpp75 if (RHSIsNull && isRemovable(ME))
82 if (isZeroingPropIvar(POE) && isRemovable(POE)) {
91 if (isZeroingPropIvar(BOE) && isRemovable(BOE)) {
145 bool isRemovable(Expr *E) const { function in class:__anon288::ZeroOutInDeallocRemover
H A DTransRetainReleaseDealloc.cpp67 if (isRemovable(E)) {
88 (E->getMethodFamily() != OMF_retain || isRemovable(E))) {
97 (E->getMethodFamily() != OMF_retain || isRemovable(E))) {
147 isRemovable(RecContainer) && isInAtFinally(RecContainer)) {
422 bool isRemovable(Expr *E) const { function in class:__anon292::RetainReleaseDeallocRemover
427 if (isRemovable(E)) {
443 isRemovable(bopE)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp204 /// Return a Location stored to by the specified instruction. If isRemovable
239 static bool isRemovable(Instruction *I) { function
724 assert(isRemovable(EarlierWrite) && "Expect only removable instruction");
1385 if (!hasAnalyzableMemoryWrite(CurrentI, TLI) || !isRemovable(CurrentI)) {
1734 if (SkipStores.contains(Def) || !isRemovable(Def->getMemoryInst()))
1989 if (!Shortend && isRemovable(SI) &&

Completed in 396 milliseconds