Module cairo_lang_lowering::optimizations::var_renamer

source ·

Structs§

  • Utility for renaming variables. Support recursive renaming, e.g. if A is renamed to B, and B is renamed to C, then A is renamed to C.