Lines Matching refs:PHIUsers
82 const SmallPtrSet<const PHINode*, 16> &PHIUsers,
197 SmallPtrSet<const PHINode*, 16> &PHIUsers) { in AnalyzeGlobal() argument
208 if (AnalyzeGlobal(CE, GS, PHIUsers)) return true; in AnalyzeGlobal()
258 if (AnalyzeGlobal(I, GS, PHIUsers)) return true; in AnalyzeGlobal()
260 if (AnalyzeGlobal(I, GS, PHIUsers)) return true; in AnalyzeGlobal()
262 if (AnalyzeGlobal(I, GS, PHIUsers)) return true; in AnalyzeGlobal()
266 if (PHIUsers.insert(PN)) // Not already visited. in AnalyzeGlobal()
267 if (AnalyzeGlobal(I, GS, PHIUsers)) return true; in AnalyzeGlobal()
1909 SmallPtrSet<const PHINode*, 16> PHIUsers; in ProcessGlobal() local
1912 if (AnalyzeGlobal(GV, GS, PHIUsers)) in ProcessGlobal()
1923 return ProcessInternalGlobal(GV, GVI, PHIUsers, GS); in ProcessGlobal()
1930 const SmallPtrSet<const PHINode*, 16> &PHIUsers, in ProcessInternalGlobal() argument