Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp54 GS.StoredType = GlobalStatus::StoredOnce; in analyzeGlobalAux()
115 } else if (GS.StoredType < GlobalStatus::StoredOnce) { in analyzeGlobalAux()
116 GS.StoredType = GlobalStatus::StoredOnce; in analyzeGlobalAux()
118 } else if (GS.StoredType == GlobalStatus::StoredOnce && in analyzeGlobalAux()
/external/llvm/include/llvm/Transforms/Utils/
DGlobalStatus.h49 StoredOnce, enumerator
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1897 if (GS.StoredType == GlobalStatus::StoredOnce && GS.StoredOnceValue) { in processInternalGlobal()