createBasicBlockMatchingAndInferencePass ‐ This pass enables matching and inference when using propeller.

Synopsis

Declared in <llvm/CodeGen/Passes.h>

MachineFunctionPass*
createBasicBlockMatchingAndInferencePass();

Return Value

MachineFunctionPass ‐ This class adapts the FunctionPass interface to allow convenient creation of passes that operate on the MachineFunction representation. Instead of overriding runOnFunction, subclasses override runOnMachineFunction.

Created with MrDocs