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

rtx rtvec_def::elem[1]

Referenced by find_int().

int rtvec_def::num_elem

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