Module inline_call

Source
Expand description

Rewrite to inline a Call to a FuncDefn by copying the body of the function into a DFG which replaces the Call node.

Structs§

InlineCall
Rewrite to inline a Call to a known FuncDefn

Enums§

InlineCallError
Error in performing InlineCall rewrite.