Method Run
Run(IrFunction)
Runs the passes registered in the pass manager
Declaration
public bool Run(IrFunction target)
Parameters
public bool Run(IrFunction target)
IrFunction | target | Function to run the passes on |
Returns
Boolean | trueif any of the passes modified the module |