Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dinit-regs.cc65 bitmap ur = DF_LIVE_IN (bb); in initialize_uninitialized_regs()
Ddf.h629 #define DF_LIVE_IN(BB) (&DF_LIVE_BB_INFO (BB)->in) macro
1189 return DF_LIVE_IN (bb); in df_get_live_in()
DChangeLog.dataflow562 DF_LIVE_IN.
919 DF_LIVE_IN to df_get_live_in.
990 of DF_LIVE_IN to df_get_live_in.
2054 DF_LIVE_IN, DF_LIVE_OUT, DF_RA_LIVE_IN, DF_RA_LIVE_OUT,
3097 DF_LIVE_IN.
3320 * combine.c (set_nonzero_bits_and_sign_copies): Changed DF_LIVE_IN
3324 DF_LIVE_IN to DF_UR_IN.
3326 initialization. Changed DF_LIVE_IN to DF_LR_IN. str
3332 (DF_LIVE_IN, DF_LIVE_OUT): Changed to use output of clrur problem.
Ddf-problems.cc1722 bitmap_copy (&problem_data->in[bb->index], DF_LIVE_IN (bb)); in df_live_verify_solution_start()
1743 if ((!bitmap_equal_p (&problem_data->in[bb->index], DF_LIVE_IN (bb))) in df_live_verify_solution_end()
Dira.cc2962 r = DF_LIVE_IN (bb); in mark_elimination()
4024 bitmap_and_compl_into (DF_LIVE_IN (bb), cleared_regs); in combine_and_move_insns()
DChangeLog-200623092 DF_UR_BB_INFO, DF_UREC_BB_INFO, DF_LIVE_IN, DF_LIVE_OUT,
DChangeLog-201027868 (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-logue.cc2710 bitmap in = DF_LIVE_IN (bb); in rs6000_components_for_bb()
2756 && bitmap_bit_p (DF_LIVE_IN (e->dest), 0)) in rs6000_disqualify_components()