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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp49 SmallPtrSet<const PHINode *, 16> &PhiUsers) {
61 if (analyzeGlobalAux(CE, GS, PhiUsers))
124 if (analyzeGlobalAux(I, GS, PhiUsers))
127 if (analyzeGlobalAux(I, GS, PhiUsers))
130 if (analyzeGlobalAux(I, GS, PhiUsers))
135 if (PhiUsers.insert(PN)) // Not already visited.
136 if (analyzeGlobalAux(I, GS, PhiUsers))
175 SmallPtrSet<const PHINode *, 16> PhiUsers; local
176 return analyzeGlobalAux(V, GS, PhiUsers);
48 analyzeGlobalAux(const Value *V, GlobalStatus &GS, SmallPtrSet<const PHINode *, 16> &PhiUsers) argument

Completed in 45 milliseconds