Home
last modified time | relevance | path

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

/freebsd/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()
127 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()
133 } else if (GS.StoredType < GlobalStatus::StoredOnce) { in analyzeGlobalAux()
134 GS.StoredType = GlobalStatus::StoredOnce; in analyzeGlobalAux()
136 } else if (GS.StoredType == GlobalStatus::StoredOnce && in analyzeGlobalAux()
[all …]
/freebsd/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/sys/contrib/dev/acpica/common/
H A Dadisasm.c730 ACPI_STATUS GlobalStatus = AE_OK; in AdDoExternalFileList() local
763 GlobalStatus = AE_TYPE; in AdDoExternalFileList()
804 if (ACPI_FAILURE (GlobalStatus)) in AdDoExternalFileList()
806 return (GlobalStatus); in AdDoExternalFileList()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1465 processInternalGlobal(GlobalVariable *GV, const GlobalStatus &GS, in processInternalGlobal()
1535 if (GS.StoredType <= GlobalStatus::InitializerStored) { in processInternalGlobal()
1568 if (GS.StoredType == GlobalStatus::StoredOnce && StoredOnceValue) { in processInternalGlobal()
1651 GlobalStatus GS; in processGlobal()
1653 if (GlobalStatus::analyzeGlobal(&GV, GS)) in processGlobal()
/freebsd/lib/clang/libllvm/
H A DMakefile2075 SRCS_MIN+= Transforms/Utils/GlobalStatus.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc12110 …eELj16EEE", "AnalyzeGlobal(llvm::Value const*, (anonymous namespace)::GlobalStatus&, llvm::SmallPt…
12111 …llvm::SmallPtrSet<llvm::PHINode const*, 16u> const&, (anonymous namespace)::GlobalStatus const&)"},