Searched refs:VisitedUsers (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUReplaceLDSUseWithPointer.cpp | 499 SmallPtrSet<User *, 8> VisitedUsers; in collectNonKernelAccessorsOfLDS() local 505 if (!VisitedUsers.insert(U).second) in collectNonKernelAccessorsOfLDS() 532 SmallPtrSet<User *, 8> VisitedUsers; in getFunctionToInstsMap() local 539 if (!VisitedUsers.insert(UU).second) in getFunctionToInstsMap()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 1611 SmallPtrSet<Instruction *, 8> VisitedUsers; in sink() local 1617 if (VisitedUsers.count(User) || CurLoop->contains(User)) in sink() 1639 VisitedUsers.insert(PN); in sink() 1656 if (VisitedUsers.empty()) in sink()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 4477 SmallPtrSet<const TreeEntry *, 4> VisitedUsers; in reorderBottomToTop() local 4527 if (!VisitedUsers.insert(UserTE).second) in reorderBottomToTop()
|