Home
last modified time | relevance | path

Searched refs:target_cfgloop (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtarget-globals.h34 extern struct target_cfgloop *this_target_cfgloop;
57 struct target_cfgloop *GTY((skip)) cfgloop; in class()
Dcfgloop.h838 struct target_cfgloop { struct
856 extern struct target_cfgloop default_target_cfgloop; argument
858 extern struct target_cfgloop *this_target_cfgloop;
Dtarget-globals.cc80 g->cfgloop = XCNEW (struct target_cfgloop); in save_target_globals()
Dcfgloopanal.cc37 struct target_cfgloop default_target_cfgloop;
39 struct target_cfgloop *this_target_cfgloop = &default_target_cfgloop;
DChangeLog-201021428 * cfgloop.h (target_cfgloop): New structure.