search for: runonexecutionpath

Displaying 1 result from an estimated 1 matches for "runonexecutionpath".

2013 Mar 12
0
[LLVMdev] applying a pass only on execution paths
...choose are all the paths finishing in the CallGraph leaves (I should be able to communicate between CFG-s). From that node I can see all the paths by using a graph search algorithm.  Is there a possibility to replace the runOnFunction() / runOnModule() method with something user defined, like runOnExecutionPath() ? And if so, there is in LLVM a structure that is appropriate to store execution paths?  Another possibility can be to use getAnalysis<CallGraph> or getAnalysis<CFG>? I am confused.  Thank you a lot for any advice ! Bests, Alex -------------- next part -------------- An HTML atta...