LLVM OpenMP 20.0.0git
Public Attributes | List of all members
bounds_info_internal_t Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp_collapse.h"

Public Attributes

bounds_info_t b
 
kmp_uint64 span_smallest_u64
 
kmp_uint64 span_biggest_u64
 
bool loop_bounds_adjusted
 

Detailed Description

Definition at line 180 of file kmp_collapse.h.

Member Data Documentation

◆ b

bounds_info_t bounds_info_internal_t::b

◆ loop_bounds_adjusted

bool bounds_info_internal_t::loop_bounds_adjusted

Definition at line 191 of file kmp_collapse.h.

◆ span_biggest_u64

kmp_uint64 bounds_info_internal_t::span_biggest_u64

Definition at line 188 of file kmp_collapse.h.

◆ span_smallest_u64

kmp_uint64 bounds_info_internal_t::span_smallest_u64

Definition at line 185 of file kmp_collapse.h.


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