Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c587 int start_ix2; in expand_parallel_call() local
611 start_ix2 = 3; in expand_parallel_call()
614 start_ix2 = 6; in expand_parallel_call()
617 start_ix2 = 7; in expand_parallel_call()
619 start_ix2 = 3; in expand_parallel_call()
627 start_ix2 = 3 + region->inner->sched_kind; in expand_parallel_call()
632 start_ix2 = region->inner->sched_kind; in expand_parallel_call()
635 start_ix2 += (int) BUILT_IN_GOMP_PARALLEL_LOOP_STATIC; in expand_parallel_call()
636 start_ix = (enum built_in_function) start_ix2; in expand_parallel_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc557 int start_ix2; in expand_parallel_call() local
581 start_ix2 = 3; in expand_parallel_call()
584 start_ix2 = 6; in expand_parallel_call()
587 start_ix2 = 7; in expand_parallel_call()
589 start_ix2 = 3; in expand_parallel_call()
597 start_ix2 = 3 + region->inner->sched_kind; in expand_parallel_call()
602 start_ix2 = region->inner->sched_kind; in expand_parallel_call()
605 start_ix2 += (int) BUILT_IN_GOMP_PARALLEL_LOOP_STATIC; in expand_parallel_call()
606 start_ix = (enum built_in_function) start_ix2; in expand_parallel_call()