Home
last modified time | relevance | path

Searched refs:x_current_loops (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfunction.h262 struct loops *x_current_loops; member
505 return fn->x_current_loops; in loops_for_fn()
513 gcc_checking_assert (fn->x_current_loops == NULL || loops == NULL); in set_loops_for_fn()
514 fn->x_current_loops = loops; in set_loops_for_fn()
520 #define current_loops (cfun->x_current_loops)
H A Domp-expand.cc1456 child_cfun->x_current_loops->state |= LOOPS_NEED_FIXUP; in expand_omp_taskreg()
9883 child_cfun->x_current_loops->state |= LOOPS_NEED_FIXUP; in expand_omp_target()
H A DChangeLog-20065057 * function.h (struct function): Add x_current_loops field.
H A DChangeLog-200720909 x_current_loops.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfunction.h261 struct loops *x_current_loops; member
488 return fn->x_current_loops; in loops_for_fn()
496 gcc_checking_assert (fn->x_current_loops == NULL || loops == NULL); in set_loops_for_fn()
497 fn->x_current_loops = loops; in set_loops_for_fn()
503 #define current_loops (cfun->x_current_loops)
H A Domp-expand.c1454 child_cfun->x_current_loops->state |= LOOPS_NEED_FIXUP; in expand_omp_taskreg()
8111 child_cfun->x_current_loops->state |= LOOPS_NEED_FIXUP; in expand_omp_target()