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ยง
- Basic
Block ๐Hashable - OptApplier ๐
Functionsยง
- find_
duplicates ๐ - hash_
statements ๐ - operand_
eq ๐ - operand_
hash ๐ - rvalue_
eq ๐ - rvalue_
hash ๐ - statement_
eq ๐ - statement_
hash ๐