()
| 53 | |
| 54 | impl 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 | |
| 68 | impl GenericFunction { |
nothing calls this directly
no outgoing calls
no test coverage detected