Home | History | Annotate | Download | only in CodeGen

Lines Matching full:visited

1042   unsigned Visited = 0;
1061 ++Visited;
1083 DEBUG(dbgs() << ", v=" << Visited);
2353 SmallSet<unsigned, 4> Visited;
2360 Visited.insert(Reg);
2414 if (Visited.insert(HI.Reg).second)