Searched refs:on_stack (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/isl/
H A Disl_tarjan.h8 * on_stack indicates whether the node is currently on the stack.
13 int on_stack; member in struct:isl_tarjan_node
H A Disl_tarjan.c68 g->node[i].on_stack = 1;
78 (!g->node[j].on_stack ||
101 g->node[j].on_stack = 0;
/haiku-buildtools/gcc/gcc/
H A Dipa-utils.h31 bool on_stack; member in struct:ipa_dfs_info
H A Dipa-utils.c125 v_info->on_stack = true;
150 && (w_info->on_stack))
166 x_info->on_stack = false;
223 info->on_stack = false;
H A Dipa-cp.c208 bool on_stack; variable
2614 cur_val->on_stack = true;
2625 else if (src->val->on_stack
2638 v->on_stack = false;
H A Dfunction.c2272 BOOL_BITFIELD on_stack : 1;
2259 BOOL_BITFIELD on_stack : 1; member in struct:assign_parm_data_one
/haiku-buildtools/legacy/gcc/libio/
H A Dfloatconv.c368 short on_stack; /* 1 if stack-allocated. */ member in struct:Bigint
389 v->on_stack = 1;
418 rv->on_stack = 0;
430 if (v && !v->on_stack)
1822 result->on_stack = 0;
/haiku-buildtools/cloog/source/
H A Dloop.c2205 * on_stack indicates whether the node is currently on the stack.
2210 int on_stack; member in struct:cloog_loop_sort_node
2312 s->node[i].on_stack = 1;
2322 (!s->node[j].on_stack ||
2345 s->node[j].on_stack = 0;
/haiku-buildtools/gcc/gcc/config/cris/
H A Dcris.c2097 cris_expand_return (bool on_stack) argument
2107 CRIS_ASSERT (cfun->machine->return_type != CRIS_RETINSN_RET || !on_stack);
2108 CRIS_ASSERT (cfun->machine->return_type != CRIS_RETINSN_JUMP || on_stack);
2111 = on_stack ? CRIS_RETINSN_JUMP : CRIS_RETINSN_RET;
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c1806 goto on_stack;
1861 on_stack:
7369 tree stack, f_top, f_off, off, arg, roundup, on_stack; local
7507 on_stack = build2 (COMPOUND_EXPR, TREE_TYPE (arg), t, arg);
7514 on_stack = build2 (COMPOUND_EXPR, TREE_TYPE (arg), on_stack, t);
7517 COND_EXPR_THEN (cond1) = unshare_expr (on_stack);
7518 COND_EXPR_THEN (cond2) = unshare_expr (on_stack);

Completed in 163 milliseconds