Home | History | Annotate | Download | only in IPO

Lines Matching refs:PHIUsers

83                                const SmallPtrSet<const PHINode*, 16> &PHIUsers,
194 SmallPtrSet<const PHINode*, 16> &PHIUsers) {
205 if (AnalyzeGlobal(CE, GS, PHIUsers)) return true;
264 if (AnalyzeGlobal(I, GS, PHIUsers)) return true;
266 if (AnalyzeGlobal(I, GS, PHIUsers)) return true;
268 if (AnalyzeGlobal(I, GS, PHIUsers)) return true;
272 if (PHIUsers.insert(PN)) // Not already visited.
273 if (AnalyzeGlobal(I, GS, PHIUsers)) return true;
1920 SmallPtrSet<const PHINode*, 16> PHIUsers;
1923 if (AnalyzeGlobal(GV, GS, PHIUsers))
1934 return ProcessInternalGlobal(GV, GVI, PHIUsers, GS);
1941 const SmallPtrSet<const PHINode*, 16> &PHIUsers,