Displaying 1 result from an estimated 1 matches for "constructvsdg".
2010 Mar 19
1
[LLVMdev] Seeking advice on Structural Analysis pass
...formatics.sussex.ac.uk/users/js231/files/StructuralAnalysis.cpp
Hey this is great, thanks to giving me access to this. Unfortunately it
did not compile with llvm HEAD. I changed some obvious things (Patch
attached), but was not able to find implementations of
StructuralAnalysis.cpp:495: error: ‘constructVSDG’ was not declared in
this scope
StructuralAnalysis.cpp:1244: error: ‘constructRegion’ was not declared
in this scope
Furthermore I did not find any print function. How can I see the tree
you are building? Is there some kind of export/printing stuff implemented?
I would love to try it on some c...