Lines Matching refs:changed_variables
465 static htab_t changed_variables; variable
1739 = htab_find_slot_with_hash (changed_variables, var->dv, in unshare_variable()
6865 slot = htab_find_slot_with_hash (changed_variables, in variable_was_changed()
8249 htab_clear_slot (changed_variables, varp); in emit_note_insn_var_location()
8282 slot = htab_find_slot_with_hash (changed_variables, in remove_value_from_changed_variables()
8286 htab_clear_slot (changed_variables, slot); in remove_value_from_changed_variables()
8303 slot = htab_find_slot_with_hash (changed_variables, in notify_dependents_of_changed_value()
8365 htab_traverse (changed_variables, values_to_stack, &changed_values_stack); in process_changed_values()
8400 if (!htab_elements (changed_variables)) in emit_notes_for_changes()
8410 htab_traverse (changed_variables, emit_note_insn_var_location, &data); in emit_notes_for_changes()
8851 gcc_assert (!htab_elements (changed_variables)); in vt_emit_notes()
9242 changed_variables = htab_create (10, variable_htab_hash, variable_htab_eq, in vt_initialize()
9551 htab_delete (changed_variables); in vt_finalize()