Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp121 isStoredOnce, enumerator
221 } else if (GS.StoredType < GlobalStatus::isStoredOnce) { in AnalyzeGlobal()
222 GS.StoredType = GlobalStatus::isStoredOnce; in AnalyzeGlobal()
224 } else if (GS.StoredType == GlobalStatus::isStoredOnce && in AnalyzeGlobal()
1812 } else if (GS.StoredType == GlobalStatus::isStoredOnce) { in ProcessInternalGlobal()