Searched defs:GlobalStatus (Results 1 – 4 of 4) sorted by relevance
28 struct GlobalStatus { struct30 bool IsCompared;34 bool IsLoaded;37 enum StoredType {73 /// Look at all uses of the global and fill in the GlobalStatus structure. If argument
30 struct GlobalStatus { struct32 bool IsCompared = false;36 bool IsLoaded = false;39 enum StoredType {75 GlobalStatus(); argument
184 GlobalStatus::GlobalStatus() in GlobalStatus() function in GlobalStatus
97 struct GlobalStatus { struct99 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 …]