Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Visited

610     SmallPtrSet<Instruction *, 4> Visited;
612 Visited.insert(Root);
642 if (Visited.insert(cast<Instruction>(U)))
847 SmallPtrSet<Value *, 4> Visited;
860 } while (Visited.insert(Ptr));
934 /// already present to ensure it is re-visited.
1447 SmallPtrSet<Value *, 4> Visited;
1448 Visited.insert(Ptr);
1471 if (!Visited.insert(Ptr))
1508 } while (Visited.insert(Ptr));
2036 // Utility IR builder, whose name prefix is setup for each visited use, and
2760 SmallPtrSet<User *, 8> Visited;
2787 if (Visited.insert(U.getUser()))
3518 SmallPtrSet<Instruction *, 8> &Visited) {
3520 if (Visited.insert(cast<Instruction>(U)))
3552 SmallPtrSet<Instruction *, 8> Visited;
3559 Visited.clear();
3561 enqueueUsersInWorklist(*AI, Worklist, Visited);
3595 enqueueUsersInWorklist(*I, Worklist, Visited);