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.