Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp108 } else if (GS.StoredType < GlobalStatus::StoredOnce) { in analyzeGlobalAux()
109 GS.StoredType = GlobalStatus::StoredOnce; in analyzeGlobalAux()
111 } else if (GS.StoredType == GlobalStatus::StoredOnce && in analyzeGlobalAux()
/external/llvm/include/llvm/Transforms/Utils/
DGlobalStatus.h49 StoredOnce, enumerator
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1815 } else if (GS.StoredType == GlobalStatus::StoredOnce) { in ProcessInternalGlobal()