Home | History | Annotate | Download | only in Linker

Lines Matching full:visited

63   Type *get(Type *SrcTy, SmallPtrSet<StructType *, 8> &Visited);
224 SmallPtrSet<StructType *, 8> Visited;
225 return get(Ty, Visited);
228 Type *TypeMapTy::get(Type *Ty, SmallPtrSet<StructType *, 8> &Visited) {
246 if (!IsUniqued && !Visited.insert(cast<StructType>(Ty)).second) {
264 ElementTypes[I] = get(Ty->getContainedType(I), Visited);