Return a depth-first iterator at the entry of G.
G.
Declared in <llvm/ADT/DepthFirstIterator.h>
<llvm/ADT/DepthFirstIterator.h>
template<class T> df_iterator<T> df_begin(T const& G);
Generic depth-first search iterator over a graph.