GCC Middle and Back End API Reference
clobber_pat Struct Reference
Collaboration diagram for clobber_pat:

Data Fields

struct clobber_entinsns
rtx pattern
int first_clobber
struct clobber_patnext
int has_hard_reg

Detailed Description

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.


Field Documentation

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().


The documentation for this struct was generated from the following file: