Skip to main content

Module transform

Module transform 

Source
Expand description

Transform passes.

Functionsยง

create_canonicalizer
Creates a Canonicalizer pass.
create_control_flow_sink
Creates a ControlFlowSink pass.
create_cse
Creates a CSE pass.
create_generate_runtime_verification
Creates a GenerateRuntimeVerification pass.
create_inliner
Creates a Inliner pass.
create_location_snapshot
Creates a LocationSnapshot pass.
create_loop_invariant_code_motion
Creates a LoopInvariantCodeMotion pass.
create_print_op_stats
Creates a PrintOpStats pass.
create_sccp
Creates a SCCP pass.
create_strip_debug_info
Creates a StripDebugInfo pass.
create_symbol_dce
Creates a SymbolDCE pass.
create_symbol_privatize
Creates a SymbolPrivatize pass.
create_topological_sort
Creates a TopologicalSort pass.
create_view_op_graph
Creates a ViewOpGraph pass.
register_canonicalizer
Registers a Canonicalizer pass.
register_control_flow_sink
Registers a ControlFlowSink pass.
register_cse
Registers a CSE pass.
register_generate_runtime_verification
Registers a GenerateRuntimeVerification pass.
register_inliner
Registers a Inliner pass.
register_location_snapshot
Registers a LocationSnapshot pass.
register_loop_invariant_code_motion
Registers a LoopInvariantCodeMotion pass.
register_print_op_stats
Registers a PrintOpStats pass.
register_sccp
Registers a SCCP pass.
register_strip_debug_info
Registers a StripDebugInfo pass.
register_symbol_dce
Registers a SymbolDCE pass.
register_symbol_privatize
Registers a SymbolPrivatize pass.
register_topological_sort
Registers a TopologicalSort pass.
register_view_op_graph
Registers a ViewOpGraph pass.