Home | History | Annotate | Download | only in Analysis

Lines Matching full:visited

524     // Visited - Track instructions visited by pointsToConstantMemory.
525 SmallPtrSet<const Value*, 16> Visited;
574 assert(Visited.empty() && "Visited must be cleared after use!");
581 if (!Visited.insert(V)) {
582 Visited.clear();
596 Visited.clear();
614 Visited.clear();
623 Visited.clear();
628 Visited.clear();