Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
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)
Dtarget-globals.h34 extern struct target_cfgloop *this_target_cfgloop;
85 this_target_cfgloop = g->cfgloop; in restore_target_globals()
Dcfgloopanal.cc39 struct target_cfgloop *this_target_cfgloop = &default_target_cfgloop; variable
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.