Searched refs:ObjCARCContract (Results 1 – 3 of 3) sorted by relevance
57 class ObjCARCContract : public FunctionPass { class100 ObjCARCContract() : FunctionPass(ID) { in ObjCARCContract() function in __anonfd40ca910111::ObjCARCContract113 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall()146 bool ObjCARCContract::contractAutorelease( in contractAutorelease()332 void ObjCARCContract::tryToContractReleaseIntoStoreStrong(Instruction *Release, in tryToContractReleaseIntoStoreStrong()404 bool ObjCARCContract::tryToPeepholeInstruction( in tryToPeepholeInstruction()505 bool ObjCARCContract::runOnFunction(Function &F) { in runOnFunction()629 char ObjCARCContract::ID = 0;630 INITIALIZE_PASS_BEGIN(ObjCARCContract, "objc-arc-contract",634 INITIALIZE_PASS_END(ObjCARCContract, "objc-arc-contract", in INITIALIZE_PASS_DEPENDENCY()[all …]
6 ObjCARCContract.cpp
6 ObjCARCContract.cpp \