Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:visited

77     // maintain the order they should be visited.
79 // The vector maintains the order nodes should be visited, but may
1023 // actually be visited.
7143 SmallPtrSet<const SDNode *, 32> Visited;
7151 if (N->hasPredecessorHelper(Use, Visited, Worklist))
10247 SmallPtrSet<SDNode *, 16> Visited; // Visited node set.
10285 if (!Visited.insert(Chain.getNode()))