GCC Middle and Back End API Reference
|
Data Fields | |
struct clobber_ent * | insns |
rtx | pattern |
int | first_clobber |
struct clobber_pat * | next |
int | has_hard_reg |
Data structure for recording the patterns of insns that have CLOBBERs. We use this to output a function that adds these CLOBBERs to a previously-allocated PARALLEL expression.
int clobber_pat::first_clobber |
Referenced by gen_insn().
int clobber_pat::has_hard_reg |
Referenced by gen_insn(), and output_add_clobbers().
struct clobber_ent* clobber_pat::insns |
Referenced by gen_insn(), and output_add_clobbers().
struct clobber_pat* clobber_pat::next |
Referenced by gen_insn(), and output_add_clobbers().
rtx clobber_pat::pattern |
Referenced by gen_insn().