Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp120 if (GS.StoredType < GlobalStatus::InitializerStored) in analyzeGlobalAux()
121 GS.StoredType = GlobalStatus::InitializerStored; in analyzeGlobalAux()
124 if (GS.StoredType < GlobalStatus::InitializerStored) in analyzeGlobalAux()
125 GS.StoredType = GlobalStatus::InitializerStored; in analyzeGlobalAux()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h44 InitializerStored, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1515 if (GS.StoredType <= GlobalStatus::InitializerStored) { in processInternalGlobal()