Home
last modified time | relevance | path

Searched defs:bounds_info_t (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_collapse.h106 struct bounds_info_t { struct
108 loop_type_t loop_type; // The differentiator
109 loop_type_t loop_iv_type;
110 comparison_t comparison;
114 kmp_index_t outer_iv;
116 kmp_uint64 lb0_u64; // real type can be signed
117 kmp_uint64 lb1_u64; // real type can be signed
118 kmp_uint64 ub0_u64; // real type can be signed
119 kmp_uint64 ub1_u64; // real type can be signed
120 kmp_int64 step_64; // signed
[all …]