search for: analz

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

Did you mean: anal
2016 Mar 01
2
How to do some dataflow analysis via IR on a large project?
...ng that. In the official User Manual of how to write a LLVM PASS, they only show the way to generate IR of a single ".c" source file. But in fact there are so many examples that the usage and definition of a function are not in the same ".c" source file, rising the difficulty of analzing the dataflow of such functions. So, I want to know, is there any method of strategies to generate the IR among many related source files? Thanks a lot !
2016 Mar 01
0
How to do some dataflow analysis via IR on a large project?
...cial User Manual of how to write a LLVM PASS, they only > show the way to generate IR of a single ".c" source file. But in fact > there are so many examples that the usage and definition of a function > are not in the same ".c" source file, rising the difficulty of > analzing the dataflow of such functions. > So, I want to know, is there any method of strategies to generate the > IR among many related source files? > Thanks a lot ! > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http...