search for: structuralanalysis

Displaying 2 results from an estimated 2 matches for "structuralanalysis".

2010 Mar 19
1
[LLVMdev] Seeking advice on Structural Analysis pass
...so > it's just on my personal svn repository. However, if you're interested in > having a glance at the code (it's a bit of a mess) then I've uploaded it for > you, but I'm not responsible for any vomiting: > > http://www.informatics.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 StructuralAn...
2010 Mar 14
1
[LLVMdev] Seeking advice on Structural Analysis pass
On 03/13/2010 08:54 PM, James Stanier wrote: > > Hi folks, Hi James, I have also been working on such a pass for the last couple of month. The pass itself is finished and ether has written some further LLVM support implementing a RegionPass class, that can be used to implement region passes that work like the existing LoopPasses today, but use a region instead of a loop or function as