Home | History | Annotate | Download | only in IPO

Lines Matching full:visited

139 /// when they are first visited. This order is deterministic, and so the
304 /// visited.
1407 /// be converted into a thunk. In either case, it should never be visited
1861 SmallSet<Value*, 8> Visited;
1862 Visited.insert(V);
1874 if (!Visited.insert(UU).second)