GCC Middle and Back End API Reference
pred_data Struct Reference

#include <gensupport.h>

Collaboration diagram for pred_data:

Data Fields

struct pred_datanext
 
const charname
 
bool special
 
const charc_block
 
rtx exp
 
enum rtx_code singleton
 
int num_codes
 
bool allows_non_lvalue
 
bool allows_non_const
 
bool codes [NUM_RTX_CODE]
 

Detailed Description

Predicate handling: helper functions and data structures.   

Field Documentation

◆ allows_non_const

bool pred_data::allows_non_const

◆ allows_non_lvalue

bool pred_data::allows_non_lvalue

◆ c_block

const char* pred_data::c_block

◆ codes

◆ exp

◆ name

◆ next

struct pred_data* pred_data::next

Referenced by add_predicate().

◆ num_codes

int pred_data::num_codes

Referenced by add_predicate_code().

◆ singleton

enum rtx_code pred_data::singleton

◆ special


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