Home
last modified time | relevance | path

Searched refs:ObjCARCContract (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp57 class ObjCARCContract : public FunctionPass { class
100 ObjCARCContract() : FunctionPass(ID) { in ObjCARCContract() function in __anonfd40ca910111::ObjCARCContract
113 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 …]
DCMakeLists.txt6 ObjCARCContract.cpp
DAndroid.mk6 ObjCARCContract.cpp \