Module get_mir

Source
Expand description

Various utilities to load MIR. Allow to easily load the MIR code generated by a specific pass.

Functionsยง

get_mir_for_def_id_and_level ๐Ÿ”’
Query the MIR for a function at a specific level. Return None in the case of a foreign body with no MIR available.