GCC Middle and Back End API Reference
rtvec_def Struct Reference

#include <rtl.h>

Collaboration diagram for rtvec_def:

Data Fields

int num_elem
 
rtx elem [1]
 

Detailed Description

RTL vector.  These appear inside RTX's when there is a need
for a variable number of things.  The principle use is inside
PARALLEL expressions.   

Field Documentation

◆ elem

rtx rtvec_def::elem[1]

Referenced by add_attributes(), and try_combine().

◆ num_elem

int rtvec_def::num_elem

Referenced by try_combine().


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