Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Visited

536     // Visited - Track instructions visited by pointsToConstantMemory.
537 SmallPtrSet<const Value*, 16> Visited;
587 assert(Visited.empty() && "Visited must be cleared after use!");
594 if (!Visited.insert(V)) {
595 Visited.clear();
609 Visited.clear();
627 Visited.clear();
636 Visited.clear();
641 Visited.clear();