GCC Middle and Back End API Reference
gimple_omp_for_iter Struct Reference

#include <gimple.h>

Data Fields

enum tree_code cond
tree index
tree initial
tree final
tree incr

Field Documentation

enum tree_code gimple_omp_for_iter::cond

Condition code.

tree gimple_omp_for_iter::final

Final value.

tree gimple_omp_for_iter::incr

Increment.

tree gimple_omp_for_iter::index

Index variable.

tree gimple_omp_for_iter::initial

Initial value.


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