Searched refs:analyzeGlobal (Results 1 – 3 of 3) sorted by relevance
76 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
179 bool GlobalStatus::analyzeGlobal(const Value *V, GlobalStatus &GS) { in analyzeGlobal() function in GlobalStatus
1950 if (GlobalStatus::analyzeGlobal(&GV, GS)) in processGlobal()