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

/external/llvm/lib/Transforms/Scalar/
H A DObjCARC.cpp384 /// IsAutorelease - Test if the the given class is objc_autorelease or
386 static bool IsAutorelease(InstructionClass Class) { function
2089 if (IsAutorelease(Class) && Inst->use_empty()) {
3212 if (!IsAutorelease(AutoreleaseClass))

Completed in 60 milliseconds