Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp200 bool SawRelease = false; in findSafeStoreForStoreStrongContraction() local
212 if (Store && SawRelease) in findSafeStoreForStoreStrongContraction()
219 SawRelease = true; in findSafeStoreForStoreStrongContraction()
274 if (!Store || !SawRelease) in findSafeStoreForStoreStrongContraction()