GCC Middle and Back End API Reference
rtvec_def Struct Reference

#include <rtl.h>

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

int rtvec_def::num_elem

Referenced by try_combine().


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