Home
last modified time | relevance | path

Searched refs:dropped_values (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dvar-tracking.cc620 static variable_table_type *dropped_values; variable
7425 slot = dropped_values->find_slot_with_hash (dv, dv_htab_hash (dv), insert); in variable_from_dropped()
7523 dslot = dropped_values->find_slot_with_hash (var->dv, in variable_was_changed()
8988 slot = dropped_values->find_slot_with_hash (dv, dv_htab_hash (dv), in notify_dependents_of_changed_value()
9589 dropped_values = new variable_table_type (cselib_get_next_uid () * 2); in vt_emit_notes()
9622 delete dropped_values; in vt_emit_notes()
9623 dropped_values = NULL; in vt_emit_notes()
DChangeLog-20117706 (dropped_values): New.
7758 aux from dropped_values.
7790 from dropped_values.
7794 Initialize and release dropped_values.