Searched refs:AnalyzeGlobal (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DGlobalOpt.cpp192 /// AnalyzeGlobal - Look at all uses of the global and fill in the GlobalStatus
196 static bool AnalyzeGlobal(const Value *V, GlobalStatus &GS, function
208 if (AnalyzeGlobal(CE, GS, PHIUsers)) return true;
258 if (AnalyzeGlobal(I, GS, PHIUsers)) return true;
260 if (AnalyzeGlobal(I, GS, PHIUsers)) return true;
262 if (AnalyzeGlobal(I, GS, PHIUsers)) return true;
267 if (AnalyzeGlobal(I, GS, PHIUsers)) return true;
1914 if (AnalyzeGlobal(GV, GS, PHIUsers))

Completed in 63 milliseconds