Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dannotate-data.c916 struct type_state_reg *copy_reg; in update_var_state() local
918 copy_reg = &state->regs[reg->copied_from]; in update_var_state()
921 if (!copy_reg->ok || (copy_reg->kind != TSR_KIND_TYPE) || in update_var_state()
922 !die_is_same(&copy_reg->type, &orig_type) || in update_var_state()
923 !is_better_type(&copy_reg->type, &mem_die)) in update_var_state()
926 copy_reg->type = mem_die; in update_var_state()