Module rustc_mir_transform::deduplicate_blocks
source ยท Expand description
This pass finds basic blocks that are completely equal, and replaces all uses with just one of them.
Structsยง
- BasicBlockHashable ๐
- OptApplier ๐
Functionsยง
- find_duplicates ๐
- hash_statements ๐
- operand_eq ๐
- operand_hash ๐
- rvalue_eq ๐
- rvalue_hash ๐
- statement_eq ๐
- statement_hash ๐