llvm-tools-0.2.0.1: Useful tools built on llvm-analysis

Safe HaskellNone

LLVM.VisualizeGraph

Synopsis

Documentation

visualizeGraphSource

Arguments

:: ToGraphviz a 
=> FilePath

Input file name

-> Maybe FilePath

Output file name

-> OutputType

Type of output requested

-> [String]

Module optimization flags

-> (Module -> [(String, a)])

A function to turn a Module into some graphs

-> IO () 

Visualize a graph-based analysis with graphviz. It handles many common options including both file and canvas output.