GCC Middle and Back End API Reference
|
#include <gimple.h>
Data Fields | |
enum tree_code | cond |
tree | index |
tree | initial |
tree | final |
tree | incr |
enum tree_code gimple_omp_for_iter::cond |
Referenced by gimple_omp_for_cond(), and gimple_omp_for_set_cond().
tree gimple_omp_for_iter::final |
Referenced by gimple_omp_for_final(), gimple_omp_for_final_ptr(), and gimple_omp_for_set_final().
tree gimple_omp_for_iter::incr |
Referenced by gimple_omp_for_incr(), gimple_omp_for_incr_ptr(), and gimple_omp_for_set_incr().
tree gimple_omp_for_iter::index |
Referenced by gimple_omp_for_index(), gimple_omp_for_index_ptr(), and gimple_omp_for_set_index().
tree gimple_omp_for_iter::initial |
Referenced by gimple_omp_for_initial(), gimple_omp_for_initial_ptr(), and gimple_omp_for_set_initial().