Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp50 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, in analyzeGlobalAux()
54 GS.StoredType = GlobalStatus::StoredOnce; in analyzeGlobalAux()
96 if (GS.StoredType != GlobalStatus::Stored) { in analyzeGlobalAux()
109 if (GS.StoredType < GlobalStatus::InitializerStored) in analyzeGlobalAux()
110 GS.StoredType = GlobalStatus::InitializerStored; in analyzeGlobalAux()
113 if (GS.StoredType < GlobalStatus::InitializerStored) in analyzeGlobalAux()
114 GS.StoredType = GlobalStatus::InitializerStored; in analyzeGlobalAux()
115 } else if (GS.StoredType < GlobalStatus::StoredOnce) { in analyzeGlobalAux()
116 GS.StoredType = GlobalStatus::StoredOnce; in analyzeGlobalAux()
118 } else if (GS.StoredType == GlobalStatus::StoredOnce && in analyzeGlobalAux()
[all …]
DCMakeLists.txt15 GlobalStatus.cpp
DAndroid.mk17 GlobalStatus.cpp \
/external/llvm/include/llvm/Transforms/Utils/
DGlobalStatus.h28 struct GlobalStatus { struct
76 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
78 GlobalStatus();
/external/libchrome/sandbox/linux/services/
Dyama.h20 enum GlobalStatus { enum
/external/llvm/lib/CodeGen/
DAnalysis.cpp642 GlobalStatus GS; in canBeOmittedFromSymbolTable()
643 if (GlobalStatus::analyzeGlobal(GV, GS)) in canBeOmittedFromSymbolTable()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp88 const GlobalStatus &GS);
1711 GlobalStatus GS; in ProcessGlobal()
1713 if (GlobalStatus::analyzeGlobal(GV, GS)) in ProcessGlobal()
1863 const GlobalStatus &GS) { in ProcessInternalGlobal()
1922 } else if (GS.StoredType <= GlobalStatus::InitializerStored) { in ProcessInternalGlobal()
1945 } else if (GS.StoredType == GlobalStatus::StoredOnce && GS.StoredOnceValue) { in ProcessInternalGlobal()