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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp48 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, function
61 if (analyzeGlobalAux(CE, GS, PhiUsers))
124 if (analyzeGlobalAux(I, GS, PhiUsers))
127 if (analyzeGlobalAux(I, GS, PhiUsers))
130 if (analyzeGlobalAux(I, GS, PhiUsers))
136 if (analyzeGlobalAux(I, GS, PhiUsers))
176 return analyzeGlobalAux(V, GS, PhiUsers);

Completed in 143 milliseconds