Searched refs:VisitedUsers (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | GlobalStatus.cpp | 61 SmallPtrSetImpl<const Value *> &VisitedUsers) { in analyzeGlobalAux() argument 77 if (analyzeGlobalAux(CE, GS, VisitedUsers)) in analyzeGlobalAux() 143 if (analyzeGlobalAux(I, GS, VisitedUsers)) in analyzeGlobalAux() 150 if (VisitedUsers.insert(I).second) in analyzeGlobalAux() 151 if (analyzeGlobalAux(I, GS, VisitedUsers)) in analyzeGlobalAux() 192 SmallPtrSet<const Value *, 16> VisitedUsers; in analyzeGlobal() local 193 return analyzeGlobalAux(V, GS, VisitedUsers); in analyzeGlobal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPULDSUtils.cpp | 121 SmallPtrSet<User *, 8> VisitedUsers; in collectNonKernelAccessorsOfLDS() local 127 if (!VisitedUsers.insert(U).second) in collectNonKernelAccessorsOfLDS() 154 SmallPtrSet<User *, 8> VisitedUsers; in getFunctionToInstsMap() local 161 if (!VisitedUsers.insert(UU).second) in getFunctionToInstsMap()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 1692 SmallPtrSet<Instruction *, 8> VisitedUsers; in sink() local 1698 if (VisitedUsers.count(User) || CurLoop->contains(User)) in sink() 1720 VisitedUsers.insert(PN); in sink() 1737 if (VisitedUsers.empty()) in sink()
|