GCC Middle and Back End API Reference
dep_replacement Struct Reference

#include <sched-int.h>

Collaboration diagram for dep_replacement:

Data Fields

rtxloc
rtx orig
rtx newval
rtx insn

Detailed Description

   Describe a dependency that can be broken by making a replacement
   in one of the patterns.  LOC is the location, ORIG and NEWVAL the
   two alternative contents, and INSN the instruction that must be
   changed.  

Field Documentation

rtx dep_replacement::insn
rtx* dep_replacement::loc
rtx dep_replacement::newval
rtx dep_replacement::orig

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