Home
last modified time | relevance | path

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

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