Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp64 GS.StoredType = GlobalStatus::StoredOnce; in analyzeGlobalAux()
107 if (GS.StoredType != GlobalStatus::Stored) { in analyzeGlobalAux()
120 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()
126 } else if (GS.StoredType < GlobalStatus::StoredOnce) { in analyzeGlobalAux()
127 GS.StoredType = GlobalStatus::StoredOnce; in analyzeGlobalAux()
129 } else if (GS.StoredType == GlobalStatus::StoredOnce && in analyzeGlobalAux()
133 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h38 enum StoredType { enum
55 } StoredType = NotStored; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1515 if (GS.StoredType <= GlobalStatus::InitializerStored) { in processInternalGlobal()
1547 if (GS.StoredType == GlobalStatus::StoredOnce && GS.StoredOnceValue) { in processInternalGlobal()