Home | History | Annotate | Download | only in IPO

Lines Matching refs:PHIUsers

80                                const SmallPtrSet<const PHINode*, 16> &PHIUsers,
176 SmallPtrSet<const PHINode*, 16> &PHIUsers) {
187 if (AnalyzeGlobal(CE, GS, PHIUsers)) return true;
233 if (AnalyzeGlobal(I, GS, PHIUsers)) return true;
235 if (AnalyzeGlobal(I, GS, PHIUsers)) return true;
239 if (PHIUsers.insert(PN)) // Not already visited.
240 if (AnalyzeGlobal(I, GS, PHIUsers)) return true;
1723 SmallPtrSet<const PHINode*, 16> PHIUsers;
1726 if (AnalyzeGlobal(GV, GS, PHIUsers))
1737 return ProcessInternalGlobal(GV, GVI, PHIUsers, GS);
1744 const SmallPtrSet<const PHINode*, 16> &PHIUsers,