Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 …]
H A DCMakeLists.txt29 GlobalStatus.cpp
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h30 struct GlobalStatus { struct
82 GlobalStatus(); argument
87 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/
H A DBUILD.gn36 "GlobalStatus.cpp",
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1485 processInternalGlobal(GlobalVariable *GV, const GlobalStatus &GS, in processInternalGlobal()
1552 if (GS.StoredType <= GlobalStatus::InitializerStored) { in processInternalGlobal()
1585 if (GS.StoredType == GlobalStatus::StoredOnce && StoredOnceValue) { in processInternalGlobal()
1668 GlobalStatus GS; in processGlobal()
1670 if (GlobalStatus::analyzeGlobal(&GV, GS)) in processGlobal()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5664 llvm/include/llvm/Transforms/Utils/GlobalStatus.h
6911 llvm/lib/Transforms/Utils/GlobalStatus.cpp