GCC Middle and Back End API Reference
_sel_insn_data Class Reference

#include <sel-sched-ir.h>

Collaboration diagram for _sel_insn_data:

Data Fields

expr_def expr
 
int ws_level
 
int seqno
 
regset live
 
bitmap analyzed_deps
 
bitmap found_deps
 
bitmap originators
 
htab_t transformed_insns
 
class deps_desc deps_context
 
insn_t sched_next
 
int sched_cycle
 
int ready_cycle
 
ds_t spec_checked_ds
 
BOOL_BITFIELD live_valid_p: 1
 
BOOL_BITFIELD asm_p: 1
 
BOOL_BITFIELD after_stall_p: 1
 

Detailed Description

Indexed by INSN_LUID, the collection of all data associated with
a single instruction that is in the stream.   

Field Documentation

◆ after_stall_p

BOOL_BITFIELD _sel_insn_data::after_stall_p

◆ analyzed_deps

bitmap _sel_insn_data::analyzed_deps

◆ asm_p

BOOL_BITFIELD _sel_insn_data::asm_p

◆ deps_context

class deps_desc _sel_insn_data::deps_context

◆ expr

expr_def _sel_insn_data::expr

◆ found_deps

bitmap _sel_insn_data::found_deps

◆ live

regset _sel_insn_data::live

◆ live_valid_p

BOOL_BITFIELD _sel_insn_data::live_valid_p

◆ originators

bitmap _sel_insn_data::originators

◆ ready_cycle

int _sel_insn_data::ready_cycle

◆ sched_cycle

int _sel_insn_data::sched_cycle

◆ sched_next

insn_t _sel_insn_data::sched_next

◆ seqno

int _sel_insn_data::seqno

◆ spec_checked_ds

ds_t _sel_insn_data::spec_checked_ds

◆ transformed_insns

htab_t _sel_insn_data::transformed_insns

◆ ws_level

int _sel_insn_data::ws_level

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