Searched refs:target_gcse (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcse.h25 struct target_gcse { struct
35 extern struct target_gcse default_target_gcse;
37 extern struct target_gcse *this_target_gcse;
H A Dtarget-globals.h38 extern struct target_gcse *this_target_gcse;
61 struct target_gcse *GTY((skip)) gcse;
H A Dtarget-globals.c84 g->gcse = XCNEW (struct target_gcse);
H A Dgcse.c244 struct target_gcse default_target_gcse;
246 struct target_gcse *this_target_gcse = &default_target_gcse;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcse.h25 struct target_gcse { struct
35 extern struct target_gcse default_target_gcse;
37 extern struct target_gcse *this_target_gcse;
H A Dtarget-globals.h38 extern struct target_gcse *this_target_gcse;
61 struct target_gcse *GTY((skip)) gcse;
H A Dtarget-globals.cc84 g->gcse = XCNEW (struct target_gcse);
H A Dgcse.cc244 struct target_gcse default_target_gcse;
246 struct target_gcse *this_target_gcse = &default_target_gcse;

Completed in 210 milliseconds