Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDfunction.h238 struct loops *x_current_loops; member
453 return fn->x_current_loops; in loops_for_fn()
461 gcc_checking_assert (fn->x_current_loops == NULL || loops == NULL); in set_loops_for_fn()
462 fn->x_current_loops = loops; in set_loops_for_fn()
468 #define current_loops (cfun->x_current_loops)
HDomp-expand.c1324 child_cfun->x_current_loops->state |= LOOPS_NEED_FIXUP; in expand_omp_taskreg()
7071 child_cfun->x_current_loops->state |= LOOPS_NEED_FIXUP; in expand_omp_target()
/dragonfly/contrib/gcc-4.7/gcc/
HDfunction.h516 struct loops *x_current_loops; member
701 #define current_loops (cfun->x_current_loops)