Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp109 if (GS.StoredType < GlobalStatus::InitializerStored) in analyzeGlobalAux()
110 GS.StoredType = GlobalStatus::InitializerStored; in analyzeGlobalAux()
113 if (GS.StoredType < GlobalStatus::InitializerStored) in analyzeGlobalAux()
114 GS.StoredType = GlobalStatus::InitializerStored; in analyzeGlobalAux()
/external/llvm/include/llvm/Transforms/Utils/
DGlobalStatus.h43 InitializerStored, enumerator
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1873 if (GS.StoredType <= GlobalStatus::InitializerStored) { in processInternalGlobal()