Searched refs:changed_variables (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dvar-tracking.c269 static htab_t changed_variables; variable
1858 slot = (variable *) htab_find_slot_with_hash (changed_variables,
2259 htab_clear_slot (changed_variables, varp);
2284 htab_traverse (changed_variables, emit_note_insn_var_location, &data);
2435 gcc_assert (!htab_elements (changed_variables));
2675 changed_variables = htab_create (10, variable_htab_hash, variable_htab_eq,
2701 htab_delete (changed_variables);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c337 changed_variables hash table. */
387 static htab_t changed_variables; variable
1397 /* Don't count an entry in the changed_variables table as a duplicate. */
1587 = htab_find_slot_with_hash (changed_variables, var->dv,
2509 /* Whether the value is in changed_variables hash table. */
2512 /* Whether the decl is in changed_variables hash table. */
2515 /* Record that DV has been added into resp. removed from changed_variables
2527 /* Return true if DV is present in changed_variables hash table. */
6359 /* Remember this decl or VALUE has been added to changed_variables. */
6362 slot = htab_find_slot_with_hash (changed_variables,
[all...]

Completed in 133 milliseconds