Home | History | Annotate | Download | only in Utils

Lines Matching defs:Visited

315   SmallPtrSet<Instruction*, 4> Visited;
323 if (!Visited.insert(I)) {