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(), and output_add_clobbers().

int clobber_pat::has_hard_reg
struct clobber_ent* clobber_pat::insns
struct clobber_pat* clobber_pat::next
rtx clobber_pat::pattern

Referenced by gen_insn(), and output_add_clobbers().


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