Home | History | Annotate | Download | only in Scalar

Lines Matching full:visited

1316 static bool hasConcreteDefImpl(Value *V, SmallPtrSet<Value*, 8> &Visited,
1336 if (!Visited.insert(*OI))
1338 if (!hasConcreteDefImpl(*OI, Visited, Depth+1))
1350 SmallPtrSet<Value*, 8> Visited;
1351 Visited.insert(V);
1352 return hasConcreteDefImpl(V, Visited, 0);