[LLVMdev] Graph Utilities

Trevor Harmon Trevor.W.Harmon at nasa.gov
Thu May 13 11:28:45 PDT 2010


On May 12, 2010, at 3:26 PM, Rajkishore Barik wrote:

> I am wondering if there is any generic graph data structure along with
> its traversal routines
> already available in LLVM-2.7. In particular, I am looking for
> creating both directed and undirected
> graphs and be able to perform dfs, topsort, and scc on them.

Not in LLVM. I use Boost Graph for this.

Trevor




More information about the llvm-dev mailing list