Home
last modified time | relevance | path

Searched defs:GlobalStatus (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DGlobalStatus.h28 struct GlobalStatus { struct
30 bool IsCompared;
34 bool IsLoaded;
37 enum StoredType {
73 /// Look at all uses of the global and fill in the GlobalStatus structure. If argument
/external/libchrome/sandbox/linux/services/
Dyama.h20 enum GlobalStatus { enum
/external/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp184 GlobalStatus::GlobalStatus() in GlobalStatus() function in GlobalStatus
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp97 struct GlobalStatus { struct
99 bool isCompared;
103 bool isLoaded;
107 enum StoredType {
126 } StoredType;
130 Value *StoredOnceValue;
136 const Function *AccessingFunction;
137 bool HasMultipleAccessingFunctions;
141 bool HasNonInstructionUser;
144 bool HasPHIUser;
[all …]