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

Data Fields

struct insn_reservnext
 
const charname
 
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

Referenced by process_bypasses().

◆ condexp

rtx insn_reserv::condexp

Referenced by make_automaton_attrs().

◆ 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

Referenced by process_bypasses().


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