Searched refs:VisitedUsers (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | GlobalStatus.cpp | 65 SmallPtrSetImpl<const Value *> &VisitedUsers) { in analyzeGlobalAux() argument 77 if (analyzeGlobalAux(CE, GS, VisitedUsers)) in analyzeGlobalAux() 149 if (analyzeGlobalAux(I, GS, VisitedUsers)) in analyzeGlobalAux() 156 if (VisitedUsers.insert(I).second) in analyzeGlobalAux() 157 if (analyzeGlobalAux(I, GS, VisitedUsers)) in analyzeGlobalAux() 175 if (analyzeGlobalAux(I, GS, VisitedUsers)) in analyzeGlobalAux() 197 SmallPtrSet<const Value *, 16> VisitedUsers; in analyzeGlobal() local 198 return analyzeGlobalAux(V, GS, VisitedUsers); in analyzeGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 1570 SmallPtrSet<Instruction *, 8> VisitedUsers; in sink() local 1576 if (VisitedUsers.count(User) || CurLoop->contains(User)) in sink() 1598 VisitedUsers.insert(PN); in sink() 1615 if (VisitedUsers.empty()) in sink()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 7583 SmallPtrSet<const TreeEntry *, 4> VisitedUsers; in reorderBottomToTop() local 7726 if (!VisitedUsers.insert(UserTE).second) in reorderBottomToTop()
|