llvm::dfs
Implement a couple of restructure algorithms in a template manner, so that they can be used with any data structure implementing `GraphTraits`. Test the algorithms using the `GenericGraph` data structure.