Searched refs:analyzeGlobalAux (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | GlobalStatus.cpp | 50 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, in analyzeGlobalAux() function 66 if (analyzeGlobalAux(CE, GS, PhiUsers)) in analyzeGlobalAux() 129 if (analyzeGlobalAux(I, GS, PhiUsers)) in analyzeGlobalAux() 132 if (analyzeGlobalAux(I, GS, PhiUsers)) in analyzeGlobalAux() 135 if (analyzeGlobalAux(I, GS, PhiUsers)) in analyzeGlobalAux() 141 if (analyzeGlobalAux(I, GS, PhiUsers)) in analyzeGlobalAux() 181 return analyzeGlobalAux(V, GS, PhiUsers); in analyzeGlobal()
|