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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp51 SmallPtrSetImpl<const PHINode *> &PhiUsers) {
66 if (analyzeGlobalAux(CE, GS, PhiUsers))
129 if (analyzeGlobalAux(I, GS, PhiUsers))
132 if (analyzeGlobalAux(I, GS, PhiUsers))
135 if (analyzeGlobalAux(I, GS, PhiUsers))
140 if (PhiUsers.insert(PN).second) // Not already visited.
141 if (analyzeGlobalAux(I, GS, PhiUsers))
180 SmallPtrSet<const PHINode *, 16> PhiUsers; local
181 return analyzeGlobalAux(V, GS, PhiUsers);
50 analyzeGlobalAux(const Value *V, GlobalStatus &GS, SmallPtrSetImpl<const PHINode *> &PhiUsers) argument

Completed in 103 milliseconds