Home | History | Annotate | Download | only in Utils

Lines Matching refs:Visited

266   /// The set of basic blocks the renamer has already visited.
268 SmallPtrSet<BasicBlock *, 16> Visited;
647 // The renamer uses the Visited set to avoid infinite loops. Clear it now.
648 Visited.clear();
868 SmallPtrSet<DomTreeNode *, 32> Visited;
901 if (!Visited.insert(SuccNode))
915 if (!Visited.count(*CI))
1006 if (!Visited.insert(BB))