Expand description

Function inlining.

Function inlining is pretty hairy so these passes must be maintained with care.

Functions

Inline all calls made from a specific function, effectively removing all Call instructions.

Inline a function to a specific call site within another function.