rustc_mir_transform

Module copy_prop

Source

Structs§

  • CopyProp 🔒
    Unify locals that copy each other.
  • Replacer 🔒
    Utility to help performing substitution of *pattern by target.

Functions§

  • SsaLocals computed equivalence classes between locals considering copy/move assignments.