Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp57 class ObjCARCContract : public FunctionPass { class
100 ObjCARCContract() : FunctionPass(ID) { in ObjCARCContract() function in __anonbeda3dc50111::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-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp58 class ObjCARCContract : public FunctionPass { class
103 ObjCARCContract() : FunctionPass(ID) { in ObjCARCContract() function in __anon6b2361fd0111::ObjCARCContract
116 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall()
151 bool ObjCARCContract::contractAutorelease( in contractAutorelease()
359 void ObjCARCContract::tryToContractReleaseIntoStoreStrong( in tryToContractReleaseIntoStoreStrong()
434 bool ObjCARCContract::tryToPeepholeInstruction( in tryToPeepholeInstruction()
537 bool ObjCARCContract::runOnFunction(Function &F) { in runOnFunction()
715 char ObjCARCContract::ID = 0;
716 INITIALIZE_PASS_BEGIN(ObjCARCContract, "objc-arc-contract",
720 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 __anon2a2b45350c11::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 …]