search for: functionpassprint

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

Did you mean: functionpassprinter
2018 Nov 07
3
How to invoke the print method in MachineFunctionPass
Hello everyone. I'm looking for a way how to invoke the 'print(raw_ostream &OS, const Module *)' method in MachineFunctionPass. If we have a 'usual' pass, which can be used by the 'opt' tool, we can just pass the '-analyze' command line argument but what about the 'llc' compiler? As I can see, there is an implementation of the