Home
last modified time | relevance | path

Searched refs:VisitedUsers (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp65 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()
176 if (analyzeGlobalAux(I, GS, VisitedUsers)) in analyzeGlobalAux()
198 SmallPtrSet<const Value *, 16> VisitedUsers; in analyzeGlobal() local
199 return analyzeGlobalAux(V, GS, VisitedUsers); in analyzeGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1640 SmallPtrSet<Instruction *, 8> VisitedUsers; in sink() local
1646 if (VisitedUsers.count(User) || CurLoop->contains(User)) in sink()
1668 VisitedUsers.insert(PN); in sink()
1685 if (VisitedUsers.empty()) in sink()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5634 SmallPtrSet<const TreeEntry *, 4> VisitedUsers; in reorderBottomToTop() local
5691 if (!VisitedUsers.insert(UserTE).second) in reorderBottomToTop()