Home
last modified time | relevance | path

Searched refs:fn_index (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c6586 int fn_index, start_ix, next_ix; in expand_omp_for() local
6602 fn_index = 6; in expand_omp_for()
6608 fn_index = 7; in expand_omp_for()
6611 fn_index = 3; in expand_omp_for()
6621 fn_index = 3 + fd.sched_kind; in expand_omp_for()
6625 fn_index = fd.sched_kind; in expand_omp_for()
6631 fn_index = 0; in expand_omp_for()
6638 fn_index += fd.have_ordered * 8; in expand_omp_for()
6640 start_ix = ((int)BUILT_IN_GOMP_LOOP_DOACROSS_STATIC_START) + fn_index; in expand_omp_for()
6642 start_ix = ((int)BUILT_IN_GOMP_LOOP_STATIC_START) + fn_index; in expand_omp_for()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc8145 int fn_index, start_ix, next_ix; in expand_omp_for() local
8161 fn_index = 6; in expand_omp_for()
8167 fn_index = 7; in expand_omp_for()
8170 fn_index = 3; in expand_omp_for()
8180 fn_index = 3 + fd.sched_kind; in expand_omp_for()
8184 fn_index = fd.sched_kind; in expand_omp_for()
8190 fn_index = 0; in expand_omp_for()
8197 fn_index += fd.have_ordered * 8; in expand_omp_for()
8199 start_ix = ((int)BUILT_IN_GOMP_LOOP_DOACROSS_STATIC_START) + fn_index; in expand_omp_for()
8201 start_ix = ((int)BUILT_IN_GOMP_LOOP_STATIC_START) + fn_index; in expand_omp_for()
[all …]