GCC Middle and Back End API Reference
|
#include <target-globals.h>
Data Fields | |
struct target_flag_state * | flag_state |
struct target_regs * | regs |
struct target_rtl * | rtl |
struct target_hard_regs * | hard_regs |
struct target_reload * | reload |
struct target_expmed * | expmed |
struct target_optabs * | optabs |
struct target_libfuncs * | libfuncs |
struct target_cfgloop * | cfgloop |
struct target_ira * | ira |
struct target_ira_int * | ira_int |
struct target_lra_int * | lra_int |
struct target_builtins * | builtins |
struct target_gcse * | gcse |
struct target_bb_reorder * | bb_reorder |
struct target_lower_subreg * | lower_subreg |
struct target_bb_reorder* target_globals::bb_reorder |
Referenced by save_target_globals().
struct target_builtins* target_globals::builtins |
Referenced by save_target_globals().
struct target_cfgloop* target_globals::cfgloop |
Referenced by save_target_globals().
struct target_expmed* target_globals::expmed |
Referenced by save_target_globals().
struct target_flag_state* target_globals::flag_state |
Referenced by save_target_globals().
struct target_gcse* target_globals::gcse |
Referenced by save_target_globals().
struct target_hard_regs* target_globals::hard_regs |
Referenced by save_target_globals().
struct target_ira* target_globals::ira |
Referenced by save_target_globals().
struct target_ira_int* target_globals::ira_int |
Referenced by save_target_globals().
struct target_libfuncs* target_globals::libfuncs |
Referenced by save_target_globals().
struct target_lower_subreg* target_globals::lower_subreg |
Referenced by save_target_globals().
struct target_lra_int* target_globals::lra_int |
Referenced by save_target_globals().
struct target_optabs* target_globals::optabs |
Referenced by save_target_globals().
struct target_regs* target_globals::regs |
Referenced by save_target_globals().
struct target_reload* target_globals::reload |
Referenced by save_target_globals().
struct target_rtl* target_globals::rtl |
Referenced by save_target_globals().