[LLVMdev] llvm control flow analysis?

John Cortes jcortes at cs.ucr.edu
Tue May 3 15:04:38 PDT 2005


I'm asking for a stepping stone to figure out how to get some control 
flow analysis on llvm IR.  I need to find out specificially sections of 
if/else, for loops, and while loop locations in the original source 
code.  I can look at the Cbackend and look there, but would there be any 
analysis code already written in your library that takes care of that.




More information about the llvm-dev mailing list