Table of Contents

Method Run

Namespace
Ubiquity.NET.Llvm.Transforms.Legacy
Assembly
Ubiquity.NET.Llvm.dll

Run(Function)

Runs the passes registered in the pass manager

public bool Run(Function target)

Parameters

target Function

Function to run the passes on

Returns

bool

trueif any of the passes modified the module