Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Visited

520     // Visited - Track instructions visited by pointsToConstantMemory.
521 SmallPtrSet<const Value*, 16> Visited;
565 assert(Visited.empty() && "Visited must be cleared after use!");
572 if (!Visited.insert(V)) {
573 Visited.clear();
587 Visited.clear();
605 Visited.clear();
614 Visited.clear();
619 Visited.clear();