Searched refs:VisitedUsers (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/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() 150 if (analyzeGlobalAux(I, GS, VisitedUsers)) in analyzeGlobalAux() 157 if (VisitedUsers.insert(I).second) in analyzeGlobalAux() 158 if (analyzeGlobalAux(I, GS, VisitedUsers)) in analyzeGlobalAux() 193 SmallPtrSet<const Value *, 16> VisitedUsers; in analyzeGlobal() local 194 return analyzeGlobalAux(V, GS, VisitedUsers); in analyzeGlobal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 1625 SmallPtrSet<Instruction *, 8> VisitedUsers; in sink() local 1631 if (VisitedUsers.count(User) || CurLoop->contains(User)) in sink() 1653 VisitedUsers.insert(PN); in sink() 1670 if (VisitedUsers.empty()) in sink()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 4708 SmallPtrSet<const TreeEntry *, 4> VisitedUsers; in reorderBottomToTop() local 4763 if (!VisitedUsers.insert(UserTE).second) in reorderBottomToTop()
|