Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64.c5215 struct reg_write_state struct
5225 struct reg_write_state rws_sum[NUM_REGS]; argument
5228 struct reg_write_state rws_insn[NUM_REGS];
5247 static void rws_update (struct reg_write_state *, int, struct reg_flags, int);
5261 rws_update (struct reg_write_state *rws, int regno, struct reg_flags flags, int pred) in rws_update()
5978 struct reg_write_state rws_saved[NUM_REGS]; in safe_group_barrier_needed()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20007960 (struct reg_write_state): Add written_by_and/or.