Searched refs:current_loop (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-loop-ivopts.c204 struct loop *current_loop; member in struct:ivopts_data
760 EXIT of DATA->current_loop, or NULL if something goes wrong. */
783 if (number_of_iterations_exit (data->current_loop,
798 single dominating exit of DATA->current_loop, or NULL if something
804 edge exit = single_dom_exit (data->current_loop);
934 || !flow_bb_inside_loop_p (data->current_loop, bb))
967 struct loop *loop = data->current_loop;
1003 struct loop *loop = data->current_loop;
1019 if (incr_bb->loop_father != data->current_loop
1035 struct loop *loop = data->current_loop;
[all...]
H A Dloop-iv.c101 static struct loop *current_loop; variable in typeref:struct:loop
250 current_loop = loop;
284 struct df_rd_bb_info *bb_info = DF_RD_BB_INFO (df, current_loop->latch);
295 if (!just_once_each_iteration_p (current_loop, DF_REF_BB (adef)))
351 if (just_once_each_iteration_p (current_loop, def_bb))
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dparse.h393 TREE_CHAIN (L) = ctxp->current_loop; \
394 ctxp->current_loop = (L); \
396 #define POP_LOOP() ctxp->current_loop = TREE_CHAIN (ctxp->current_loop)
792 tree current_loop; /* List of the currently nested member in struct:parser_ctxt
H A Dparse.c654 `ctxp->current_loop'. */
15401 nn = ctxp->current_loop;
15434 nn = ctxp->current_loop;
18734 tree to_return = ctxp->current_loop;
18991 && ctxp->current_loop != NULL_TREE
18992 && TREE_CODE (ctxp->current_loop) == LOOP_EXPR)
18993 CAN_COMPLETE_NORMALLY (ctxp->current_loop) = 1;
19940 ggc_mark_tree (pc->current_loop);
H A Dparse.y414 `ctxp->current_loop'. */
11832 nn = ctxp->current_loop;
11865 nn = ctxp->current_loop;
15165 tree to_return = ctxp->current_loop;
15422 && ctxp->current_loop != NULL_TREE
15423 && TREE_CODE (ctxp->current_loop) == LOOP_EXPR)
15424 CAN_COMPLETE_NORMALLY (ctxp->current_loop) = 1;
16371 ggc_mark_tree (pc->current_loop);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dloop.c2691 struct loop *current_loop;
2708 current_loop = NULL;
2719 next_loop->outer = current_loop;
2720 current_loop = next_loop;
2724 current_loop->cont = insn;
2728 current_loop->vtop = insn;
2732 if (! current_loop)
2735 current_loop->end = insn;
2736 current_loop = current_loop
2673 struct loop *current_loop; local
[all...]

Completed in 311 milliseconds