Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Visited

523     // Visited - Track instructions visited by pointsToConstantMemory.
524 SmallPtrSet<const Value*, 16> Visited;
573 assert(Visited.empty() && "Visited must be cleared after use!");
580 if (!Visited.insert(V)) {
581 Visited.clear();
595 Visited.clear();
613 Visited.clear();
622 Visited.clear();
627 Visited.clear();