Lines Matching refs:fn_index
6586 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()
6643 next_ix = ((int)BUILT_IN_GOMP_LOOP_STATIC_NEXT) + fn_index; in expand_omp_for()