Home
last modified time | relevance | path

Searched refs:GlobalStatus (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp60 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, in analyzeGlobalAux()
64 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()
[all …]
H A DCMakeLists.txt29 GlobalStatus.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h29 struct GlobalStatus { struct
74 GlobalStatus(); argument
79 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Dadisasm.c622 ACPI_STATUS GlobalStatus = AE_OK; in AdDoExternalFileList() local
655 GlobalStatus = AE_TYPE; in AdDoExternalFileList()
696 if (ACPI_FAILURE (GlobalStatus)) in AdDoExternalFileList()
698 return (GlobalStatus); in AdDoExternalFileList()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/
H A DBUILD.gn36 "GlobalStatus.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMTransformsUtils/
H A DMakefile36 GlobalStatus.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1448 processInternalGlobal(GlobalVariable *GV, const GlobalStatus &GS, in processInternalGlobal()
1515 if (GS.StoredType <= GlobalStatus::InitializerStored) { in processInternalGlobal()
1547 if (GS.StoredType == GlobalStatus::StoredOnce && GS.StoredOnceValue) { in processInternalGlobal()
1600 GlobalStatus GS; in processGlobal()
1602 if (GlobalStatus::analyzeGlobal(&GV, GS)) in processGlobal()