Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp62 SmallPtrSetImpl<const Value *> &VisitedUsers) { in analyzeGlobalAux() argument
78 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp1591 SmallPtrSet<Instruction *, 8> VisitedUsers; in sink() local
1597 if (VisitedUsers.count(User) || CurLoop->contains(User)) in sink()
1619 VisitedUsers.insert(PN); in sink()
1636 if (VisitedUsers.empty()) in sink()