Home
last modified time | relevance | path

Searched refs:StoreStrongCalls (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp74 SmallPtrSet<CallInst *, 8> StoreStrongCalls; member in __anonbeda3dc50111::ObjCARCContract
393 StoreStrongCalls.insert(StoreStrong); in tryToContractReleaseIntoStoreStrong()
619 for (CallInst *CI : StoreStrongCalls) in runOnFunction()
621 StoreStrongCalls.clear(); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp75 SmallPtrSet<CallInst *, 8> StoreStrongCalls; member in __anon6b2361fd0111::ObjCARCContract
420 StoreStrongCalls.insert(StoreStrong); in tryToContractReleaseIntoStoreStrong()
704 for (CallInst *CI : StoreStrongCalls) in runOnFunction()
706 StoreStrongCalls.clear(); in runOnFunction()