Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DTypeFinder.cpp115 VisitedTypes.clear(); in clear()
123 if (!VisitedTypes.insert(Ty).second) in incorporateType()
138 if (VisitedTypes.insert(SubTy).second) in incorporateType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DTypeFinder.h37 DenseSet<Type*> VisitedTypes; variable