Searched refs:DF_LR (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | df.h | 46 #define DF_LR 3 /* Live Registers. */ macro 381 #define DF_LR_BB_INFO(DF, BB) (df_lr_get_bb_info((DF)->problems_by_index[DF_LR],(BB)->index))
|
| H A D | df-problems.c | 148 gcc_assert (df->problems_by_index[DF_LR]); in df_get_live_in() 165 gcc_assert (df->problems_by_index[DF_LR]); in df_get_live_out() 1748 DF_LR, /* Problem id. */ 1978 struct dataflow *lr_dflow = df->problems_by_index[DF_LR]; in df_ur_local_finalize() 2560 struct dataflow *lr_dflow = df->problems_by_index[DF_LR]; in df_urec_local_finalize() 3725 df_lr_dump (dflow->df->problems_by_index [DF_LR], stderr); in df_ri_compute()
|
| H A D | ChangeLog-2006 | 16003 * df.h (DF_SCAN, DF_RU, DF_RD, DF_LR, DF_UR, DF_UREC, DF_CHAIN,
|