Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp127 if (GS.StoredType < GlobalStatus::InitializerStored) in analyzeGlobalAux()
128 GS.StoredType = GlobalStatus::InitializerStored; in analyzeGlobalAux()
131 if (GS.StoredType < GlobalStatus::InitializerStored) in analyzeGlobalAux()
132 GS.StoredType = GlobalStatus::InitializerStored; in analyzeGlobalAux()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DGlobalStatus.h48 InitializerStored, enumerator
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1556 if (GS.StoredType <= GlobalStatus::InitializerStored) { in processInternalGlobal()