Lines Matching full:visited
3581 SmallPtrSet<Instruction *, 8> Visited;
3582 Visited.insert(PN);
3585 if (!Visited.insert(I).second)
4973 SmallPtrSet<Instruction *, 8> Visited;
4976 if (!Visited.insert(I).second)
5026 SmallPtrSet<Instruction *, 8> Visited;
5029 if (!Visited.insert(I).second)
5061 SmallPtrSet<Instruction *, 8> Visited;
5064 if (!Visited.insert(I).second)
5830 // If this operand is already visited, reuse the prior result.
9019 SmallPtrSet<User *, 8> Visited;
9026 if (!Visited.insert(U).second)