Module rustc_mir_transform::coverage::query
source · Structs
- Coverage codegen needs to know the total number of counter IDs and expression IDs that have been used by a function’s coverage mappings. These totals are used to create vectors to hold the relevant counter and expression data, and the maximum counter ID (+ 1) is also needed by the
llvm.instrprof.increment
intrinsic.