Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:visited

212   SmallPtrSet<SDNode*, 16> Visited;
223 if (User == Node || !Visited.insert(User).second)
324 SmallPtrSet<SDNode*, 64> Visited;
326 Visited.insert(DAG->getRoot().getNode());
334 if (Visited.insert(Op.getNode()).second)