MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / default

Method default

src/debug_utils/generic_function/arbitrary.rs:55–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53
54impl Default for ArbitraryFunctionConfig {
55 fn default() -> Self {
56 Self {
57 cfg_edges: 0..=20,
58 entry_points: 1..=4,
59 blockparams_per_block: 0..=30,
60 insts_per_block: 0..=15,
61 defs_per_inst: 0..=20,
62 uses_per_inst: 0..=20,
63 clobbers_per_inst: 0..=20,
64 }
65 }
66}
67
68impl GenericFunction {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected