Searched refs:DF_REF_LOC (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | df-problems.c | 3286 rtx note = alloc_EXPR_LIST (REG_UNUSED, *DF_REF_LOC (regs->ref), in df_set_unused_notes_for_mw() 3361 rtx note = alloc_EXPR_LIST (REG_DEAD, *DF_REF_LOC (regs->ref), in df_set_dead_notes_for_mw() 3450 rtx reg = GET_CODE (*DF_REF_LOC (def)) == SUBREG ? in df_create_unused_note() 3451 SUBREG_REG (*DF_REF_LOC (def)) : *DF_REF_LOC (def); in df_create_unused_note() 3653 rtx reg = GET_CODE (*DF_REF_LOC (use)) == SUBREG ? in df_ri_bb_compute() 3654 SUBREG_REG (*DF_REF_LOC (use)) : *DF_REF_LOC (use); in df_ri_bb_compute()
|
| D | df.h | 412 #define DF_REF_LOC(REF) ((REF)->loc) macro
|
| D | loop-invariant.c | 814 record_use (inv->def, DF_REF_LOC (use), DF_REF_INSN (use)); in record_uses()
|
| D | df-scan.c | 945 DF_REF_LOC (this_ref) = loc; in df_ref_create_structure()
|
| D | ChangeLog-2006 | 16010 DF_REF_REAL_LOC, DF_REF_REG, DF_REF_LOC, DF_REF_BB, DF_REF_BBNO,
|