Module 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 ๐Ÿ”’
DeduplicateBlocks ๐Ÿ”’
OptApplier ๐Ÿ”’

Functionsยง

find_duplicates ๐Ÿ”’
hash_statements ๐Ÿ”’
operand_eq ๐Ÿ”’
operand_hash ๐Ÿ”’
rvalue_eq ๐Ÿ”’
rvalue_hash ๐Ÿ”’
statement_eq ๐Ÿ”’
statement_hash ๐Ÿ”’