Searched refs:start_with_lower_bound (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_collapse.cpp | 333 bool start_with_lower_bound, bool checkBounds) { in kmp_calc_one_iv_XX() argument 338 if (start_with_lower_bound) { in kmp_calc_one_iv_XX() 360 bool start_with_lower_bound, bool checkBounds) { in kmp_calc_one_iv() argument 366 /*in/out*/ original_ivs, iterations, ind, start_with_lower_bound, in kmp_calc_one_iv() 372 /*in/out*/ original_ivs, iterations, ind, start_with_lower_bound, in kmp_calc_one_iv() 378 /*in/out*/ original_ivs, iterations, ind, start_with_lower_bound, in kmp_calc_one_iv() 384 /*in/out*/ original_ivs, iterations, ind, start_with_lower_bound, in kmp_calc_one_iv() 1006 kmp_index_t ind, bool start_with_lower_bound, bool compare_with_start, in kmp_calc_one_iv_for_chunk_end_XX() argument 1017 if (start_with_lower_bound) { in kmp_calc_one_iv_for_chunk_end_XX() 1090 kmp_index_t ind, bool start_with_lower_bound, in kmp_calc_one_iv_for_chunk_end() argument [all …]
|