MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / reset

Method reset

hail-fuzz/src/load_resizer.rs:299–304  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

297
298impl EvalState {
299 fn reset(&mut self) {
300 self.const_eval.clear();
301 self.loads.clear();
302 self.uses.clear();
303 self.block = 0;
304 }
305
306 /// Track any bits in `value` that originate from load expressions.
307 fn add_usage(&mut self, dst: OutputExprId, has_side_effects: bool, value: &[Bit]) {

Callers 1

compute_load_usageMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected