Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp64 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, in analyzeGlobalAux()
68 GS.StoredType = GlobalStatus::StoredOnce; in analyzeGlobalAux()
114 if (GS.StoredType != GlobalStatus::Stored) { in analyzeGlobalAux()
128 GS.StoredType = GlobalStatus::InitializerStored; in analyzeGlobalAux()
134 GS.StoredType = GlobalStatus::StoredOnce; in analyzeGlobalAux()
140 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
143 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
166 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
173 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
190 GlobalStatus::GlobalStatus() = default;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h30 struct GlobalStatus { struct
82 GlobalStatus(); argument
87 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Dadisasm.c730 ACPI_STATUS GlobalStatus = AE_OK; in AdDoExternalFileList() local
763 GlobalStatus = AE_TYPE; in AdDoExternalFileList()
803 if (ACPI_FAILURE (GlobalStatus)) in AdDoExternalFileList()
805 return (GlobalStatus); in AdDoExternalFileList()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1439 processInternalGlobal(GlobalVariable *GV, const GlobalStatus &GS, in processInternalGlobal()
1503 if (GS.StoredType <= GlobalStatus::InitializerStored) { in processInternalGlobal()
1536 if (GS.StoredType == GlobalStatus::StoredOnce && StoredOnceValue) { in processInternalGlobal()
1619 GlobalStatus GS; in processGlobal()
1621 if (GlobalStatus::analyzeGlobal(&GV, GS)) in processGlobal()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1913 SRCS_MIN+= Transforms/Utils/GlobalStatus.cpp