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

Data Fields

tree arg
 
unsigned num_compares
 
unsigned occurs
 
vec< int > * indexes
 

Detailed Description

Structure used to track meta-data on PHI arguments used to generate
most efficient comparison sequence to slatten a PHI node.   

Field Documentation

◆ arg

tree ifcvt_arg_entry::arg

◆ indexes

vec<int>* ifcvt_arg_entry::indexes

Referenced by gen_phi_arg_condition().

◆ num_compares

unsigned ifcvt_arg_entry::num_compares

◆ occurs

unsigned ifcvt_arg_entry::occurs

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