Searched refs:IsAutorelease (Results 1 – 7 of 7) sorted by relevance
67 bool IsAutorelease(ARCInstKind Class);
400 bool llvm::objcarc::IsAutorelease(ARCInstKind Class) { in IsAutorelease() function in llvm::objcarc
406 bool llvm::objcarc::IsAutorelease(ARCInstKind Class) { in IsAutorelease() function in llvm::objcarc
811 if (IsAutorelease(Class) && Inst->use_empty()) { in OptimizeIndividualCalls()2074 if (!IsAutorelease(AutoreleaseClass)) in FindPredecessorAutoreleaseWithSafePath()
763 if (IsAutorelease(Class) && Inst->use_empty()) { in OptimizeIndividualCalls()2052 if (!IsAutorelease(AutoreleaseClass)) in FindPredecessorAutoreleaseWithSafePath()
386 static bool IsAutorelease(InstructionClass Class) { in IsAutorelease() function2057 if (IsAutorelease(Class) && Inst->use_empty()) { in OptimizeIndividualCalls()3164 if (!IsAutorelease(AutoreleaseClass)) in OptimizeReturns()