Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDomp-expand.c568 int start_ix2; in expand_parallel_call() local
586 start_ix2 = 3; in expand_parallel_call()
593 start_ix2 = 3 + region->inner->sched_kind; in expand_parallel_call()
598 start_ix2 = region->inner->sched_kind; in expand_parallel_call()
601 start_ix2 += (int) BUILT_IN_GOMP_PARALLEL_LOOP_STATIC; in expand_parallel_call()
602 start_ix = (enum built_in_function) start_ix2; in expand_parallel_call()
/dragonfly/contrib/gcc-4.7/gcc/
HDomp-low.c2960 int start_ix2; in expand_parallel_call() local
2975 start_ix2 = ((int)BUILT_IN_GOMP_PARALLEL_LOOP_STATIC_START in expand_parallel_call()
2979 start_ix = (enum built_in_function)start_ix2; in expand_parallel_call()