Searched refs:this_target_gcse (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcse.h37 extern struct target_gcse *this_target_gcse;
39 #define this_target_gcse (&default_target_gcse) macro
H A Dtarget-globals.h38 extern struct target_gcse *this_target_gcse;
89 this_target_gcse = g->gcse;
H A Dgcse.c246 struct target_gcse *this_target_gcse = &default_target_gcse;
538 (this_target_gcse->x_can_copy)
540 (this_target_gcse->x_can_copy_init_p)
245 struct target_gcse *this_target_gcse = &default_target_gcse; variable in typeref:struct:target_gcse
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcse.h37 extern struct target_gcse *this_target_gcse;
39 #define this_target_gcse (&default_target_gcse) macro
H A Dtarget-globals.h38 extern struct target_gcse *this_target_gcse;
89 this_target_gcse = g->gcse;
H A Dgcse.cc246 struct target_gcse *this_target_gcse = &default_target_gcse;
538 (this_target_gcse->x_can_copy)
540 (this_target_gcse->x_can_copy_init_p)
245 struct target_gcse *this_target_gcse = &default_target_gcse; variable in typeref:struct:target_gcse

Completed in 149 milliseconds