Searched refs:contractAutorelease (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 86 contractAutorelease(Function &F, Instruction *Autorelease, 146 bool ObjCARCContract::contractAutorelease( in contractAutorelease() function in ObjCARCContract 419 return contractAutorelease(F, Inst, Class, DependingInsts, Visited); in tryToPeepholeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 88 contractAutorelease(Function &F, Instruction *Autorelease, 151 bool ObjCARCContract::contractAutorelease( in contractAutorelease() function in ObjCARCContract 449 return contractAutorelease(F, Inst, Class, DependingInsts, Visited); in tryToPeepholeInstruction()
|