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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DObjCARC.cpp3777 /// StoreStrongCalls - The set of inserted objc_storeStrong calls. If
3780 SmallPtrSet<CallInst *, 8> StoreStrongCalls; member in class:__anon10616::ObjCARCContract
4002 StoreStrongCalls.insert(StoreStrong);
4211 for (SmallPtrSet<CallInst *, 8>::iterator I = StoreStrongCalls.begin(),
4212 E = StoreStrongCalls.end(); I != E; ++I)
4214 StoreStrongCalls.clear();

Completed in 70 milliseconds