Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp75 SmallPtrSet<CallInst *, 8> StoreStrongCalls; member in __anonc3e4fbc80111::ObjCARCContract
420 StoreStrongCalls.insert(StoreStrong); in tryToContractReleaseIntoStoreStrong()
704 for (CallInst *CI : StoreStrongCalls) in runOnFunction()
706 StoreStrongCalls.clear(); in runOnFunction()