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
tree gimple_omp_for_iter::final

Referenced by gt_ggc_mx(), and gt_pch_nx().

tree gimple_omp_for_iter::incr

Referenced by gt_ggc_mx(), and gt_pch_nx().

tree gimple_omp_for_iter::index

Referenced by gt_ggc_mx(), and gt_pch_nx().

tree gimple_omp_for_iter::initial

Referenced by gt_ggc_mx(), and gt_pch_nx().


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