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 __anon56abd6c40111::ObjCARCContract
113 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall()
146 bool ObjCARCContract::contractAutorelease( in contractAutorelease()
333 void ObjCARCContract::tryToContractReleaseIntoStoreStrong(Instruction *Release, in tryToContractReleaseIntoStoreStrong()
405 bool ObjCARCContract::tryToPeepholeInstruction( in tryToPeepholeInstruction()
506 bool ObjCARCContract::runOnFunction(Function &F) { in runOnFunction()
630 char ObjCARCContract::ID = 0;
631 INITIALIZE_PASS_BEGIN(ObjCARCContract, "objc-arc-contract",
635 INITIALIZE_PASS_END(ObjCARCContract, "objc-arc-contract", in INITIALIZE_PASS_DEPENDENCY()
[all …]
DCMakeLists.txt6 ObjCARCContract.cpp
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp3328 class ObjCARCContract : public FunctionPass { class
3367 ObjCARCContract() : FunctionPass(ID) { in ObjCARCContract() function in __anon854a98540c11::ObjCARCContract
3373 char ObjCARCContract::ID = 0;
3374 INITIALIZE_PASS_BEGIN(ObjCARCContract,
3378 INITIALIZE_PASS_END(ObjCARCContract, in INITIALIZE_AG_DEPENDENCY()
3382 return new ObjCARCContract(); in INITIALIZE_AG_DEPENDENCY()
3385 void ObjCARCContract::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
3391 Constant *ObjCARCContract::getStoreStrongCallee(Module *M) { in getStoreStrongCallee()
3413 Constant *ObjCARCContract::getRetainAutoreleaseCallee(Module *M) { in getRetainAutoreleaseCallee()
3429 Constant *ObjCARCContract::getRetainAutoreleaseRVCallee(Module *M) { in getRetainAutoreleaseRVCallee()
[all …]