Searched refs:ObjCARCContract (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 57 class ObjCARCContract : public FunctionPass { class 100 ObjCARCContract() : FunctionPass(ID) { in ObjCARCContract() function in __anond42c63500111::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 …]
|
D | CMakeLists.txt | 6 ObjCARCContract.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 58 class ObjCARCContract : public FunctionPass { class 103 ObjCARCContract() : FunctionPass(ID) { in ObjCARCContract() function in __anon6ec324e80111::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 …]
|
D | CMakeLists.txt | 6 ObjCARCContract.cpp
|