cairo_lang_lowering::optimizations

Module 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.