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

◆ cond

enum tree_code gimple_omp_for_iter::cond

◆ final

tree gimple_omp_for_iter::final

◆ incr

tree gimple_omp_for_iter::incr

◆ index

tree gimple_omp_for_iter::index

◆ initial

tree gimple_omp_for_iter::initial

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