Lines Matching full:visited
311 /// The set of basic blocks the renamer has already visited.
313 SmallPtrSet<BasicBlock *, 16> Visited;
716 // The renamer uses the Visited set to avoid infinite loops. Clear it now.
717 Visited.clear();
947 SmallPtrSet<DomTreeNode *, 32> Visited;
980 if (!Visited.insert(SuccNode))
994 if (!Visited.count(*CI))
1085 if (!Visited.insert(BB))