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

Data Fields

struct insn_reservnext
 
const char * name
 
int default_latency
 
rtx condexp
 
int insn_num
 
bool bypassed
 

Detailed Description

Synthetic attributes used by insn-automata.cc and the scheduler.
These are primarily concerned with (define_insn_reservation)
patterns.   

Field Documentation

◆ bypassed

bool insn_reserv::bypassed

◆ condexp

rtx insn_reserv::condexp

◆ default_latency

int insn_reserv::default_latency

◆ insn_num

int insn_reserv::insn_num

◆ name

const char* insn_reserv::name

Referenced by check_tune_attr().

◆ next

struct insn_reserv* insn_reserv::next

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