Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloop.h804 extern struct target_cfgloop *this_target_cfgloop;
806 #define this_target_cfgloop (&default_target_cfgloop) macro
810 (this_target_cfgloop->x_target_avail_regs)
812 (this_target_cfgloop->x_target_clobbered_regs)
814 (this_target_cfgloop->x_target_res_regs)
816 (this_target_cfgloop->x_target_reg_cost)
818 (this_target_cfgloop->x_target_spill_cost)
H A Dtarget-globals.h34 extern struct target_cfgloop *this_target_cfgloop;
85 this_target_cfgloop = g->cfgloop; in restore_target_globals()
H A Dcfgloopanal.c39 struct target_cfgloop *this_target_cfgloop = &default_target_cfgloop; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgloop.h858 extern struct target_cfgloop *this_target_cfgloop;
860 #define this_target_cfgloop (&default_target_cfgloop) macro
864 (this_target_cfgloop->x_target_avail_regs)
866 (this_target_cfgloop->x_target_clobbered_regs)
868 (this_target_cfgloop->x_target_res_regs)
870 (this_target_cfgloop->x_target_reg_cost)
872 (this_target_cfgloop->x_target_spill_cost)
H A Dtarget-globals.h34 extern struct target_cfgloop *this_target_cfgloop;
85 this_target_cfgloop = g->cfgloop; in restore_target_globals()
H A Dcfgloopanal.cc39 struct target_cfgloop *this_target_cfgloop = &default_target_cfgloop; variable
H A DChangeLog-201021430 (this_target_cfgloop): Declare as a variable or define as a macro.
21434 (this_target_cfgloop): New conditional variable.
21437 * target-globals.h (this_target_cfgloop): Declare.
21440 this_target_cfgloop.