Visit all nodes reachable from the start node in the control flow graph, traversing the dependencies but ignoring cycles.
The control flow graph.
The node to start the traversal from.
The visitor function to call for each node, if you return true the traversal from this node will be stopped.
Visit all nodes reachable from the start node in the control flow graph, traversing the dependencies but ignoring cycles.