Searched refs:GlobalStatus (Results 1 – 1 of 1) sorted by relevance
62 struct GlobalStatus;83 const GlobalStatus &GS);105 struct GlobalStatus { struct157 GlobalStatus() : isCompared(false), isLoaded(false), StoredType(NotStored), in GlobalStatus() argument196 static bool AnalyzeGlobal(const Value *V, GlobalStatus &GS, in AnalyzeGlobal()233 if (GS.StoredType != GlobalStatus::isStored) { in AnalyzeGlobal()238 if (GS.StoredType < GlobalStatus::isInitializerStored) in AnalyzeGlobal()239 GS.StoredType = GlobalStatus::isInitializerStored; in AnalyzeGlobal()242 if (GS.StoredType < GlobalStatus::isInitializerStored) in AnalyzeGlobal()243 GS.StoredType = GlobalStatus::isInitializerStored; in AnalyzeGlobal()[all …]