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

Data Fields

struct delay_pairnext_same_i1
rtx i1
rtx i2
int cycles
int stages

Detailed Description

A structure to record a pair of insns where the first one is a real
   insn that has delay slots, and the second is its delayed shadow.
   I1 is scheduled normally and will emit an assembly instruction,
   while I2 describes the side effect that takes place at the
   transition between cycles CYCLES and (CYCLES + 1) after I1.   

Field Documentation

int delay_pair::cycles

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