Functionsยง
- coverage_
attr_ ๐on Query implementation forcoverage_attr_on
. - coverage_
ids_ ๐info Query implementation forcoverage_ids_info
. - Identify expressions that will always have a value of zero, and note their IDs in a
BitSet
. Mappings that refer to a zero expression can instead become mappings to a constant zero value. - Hook implementation for
TyCtxt::is_eligible_for_coverage
. - is_
inlined ๐ - is_
zero_ ๐term Returnstrue
if the given term is known to have a value of zero, taking into account knowledge of which counters are unused and which expressions are always zero. - provide ๐Registers query/hook implementations related to coverage.