Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate-data.c877 struct type_state_reg *copy_reg; in update_var_state() local
879 copy_reg = &state->regs[reg->copied_from]; in update_var_state()
882 if (!copy_reg->ok || (copy_reg->kind != TSR_KIND_TYPE) || in update_var_state()
883 !die_is_same(&copy_reg->type, &orig_type) || in update_var_state()
884 !is_better_type(&copy_reg->type, &mem_die)) in update_var_state()
887 copy_reg->type = mem_die; in update_var_state()