GCC Middle and Back End API Reference
std_pred_table Struct Reference

Data Fields

const charname
 
bool special
 
bool allows_const_p
 
RTX_CODE codes [NUM_RTX_CODE]
 

Detailed Description

This array gives the initial content of the predicate table.  It
has entries for all predicates defined in recog.cc.   

Field Documentation

◆ allows_const_p

bool std_pred_table::allows_const_p

◆ codes

RTX_CODE std_pred_table::codes[NUM_RTX_CODE]

Referenced by init_predicate_table().

◆ name

const char* std_pred_table::name

Referenced by init_predicate_table().

◆ special

bool std_pred_table::special

Referenced by init_predicate_table().


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