HomeSort by: relevance | last modified time | path
    Searched refs:on_stack (Results 1 - 20 of 20) sorted by relevancy

  /src/external/mit/isl/dist/
isl_tarjan.h 8 * on_stack indicates whether the node is currently on the stack.
13 int on_stack; member in struct:isl_tarjan_node
isl_tarjan.c 69 g->node[i].on_stack = 1;
79 (!g->node[j].on_stack ||
102 g->node[j].on_stack = 0;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
sigaltstack.c 32 thrower (enum level next_level, int sig, int itimer, int on_stack)
40 act.sa_flags |= on_stack;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
sigaltstack.c 32 thrower (enum level next_level, int sig, int itimer, int on_stack)
40 act.sa_flags |= on_stack;
  /src/external/gpl3/gcc/dist/gcc/
ipa-cp.h 102 bool on_stack = false; member in class:ipcp_value
ipa-utils.cc 104 v_info->on_stack = true;
128 && (w_info->on_stack))
144 x_info->on_stack = false;
199 info->on_stack = false;
ipa-utils.h 31 bool on_stack; member in struct:ipa_dfs_info
tree-vect-slp.cc 9641 bool on_stack; member in struct:slp_scc_info
9663 info->on_stack = false;
9668 info->on_stack = true;
9687 else if (child_info->on_stack)
9699 info->on_stack = false;
9734 else if (scc_info.get (child)->on_stack)
9753 scc_info.get (entry)->on_stack = false;
ipa-cp.cc 3755 cur_val->on_stack = true;
3766 else if (src->val->on_stack
3779 v->on_stack = false;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-utils.cc 94 v_info->on_stack = true;
118 && (w_info->on_stack))
134 x_info->on_stack = false;
189 info->on_stack = false;
ipa-utils.h 31 bool on_stack; member in struct:ipa_dfs_info
tree-vect-slp.cc 7610 bool on_stack; member in struct:slp_scc_info
7632 info->on_stack = false;
7637 info->on_stack = true;
7656 else if (child_info->on_stack)
7668 info->on_stack = false;
7703 else if (scc_info.get (child)->on_stack)
7722 scc_info.get (entry)->on_stack = false;
ipa-cp.cc 213 bool on_stack = false; member in class:ipcp_value
3746 cur_val->on_stack = true;
3757 else if (src->val->on_stack
3770 v->on_stack = false;
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_report.cpp 399 bool on_stack = false; local
404 on_stack = true;
447 if (!on_stack && candidate && candidate_distance <= kCloseCandidateDistance) {
  /src/external/gpl3/gdb/dist/gdb/
riscv-tdep.c 2646 on_stack,
2830 loc->loc_type = riscv_arg_info::location::on_stack;
3321 case riscv_arg_info::location::on_stack:
3341 case riscv_arg_info::location::on_stack:
3359 == riscv_arg_info::location::on_stack);
3516 case riscv_arg_info::location::on_stack:
3550 case riscv_arg_info::location::on_stack:
3721 case riscv_arg_info::location::on_stack:
3753 case riscv_arg_info::location::on_stack:
3790 case riscv_arg_info::location::on_stack
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
riscv-tdep.c 2646 on_stack,
2830 loc->loc_type = riscv_arg_info::location::on_stack;
3321 case riscv_arg_info::location::on_stack:
3341 case riscv_arg_info::location::on_stack:
3359 == riscv_arg_info::location::on_stack);
3516 case riscv_arg_info::location::on_stack:
3550 case riscv_arg_info::location::on_stack:
3721 case riscv_arg_info::location::on_stack:
3753 case riscv_arg_info::location::on_stack:
3790 case riscv_arg_info::location::on_stack
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/cris/
cris.cc 1884 slot depending on parameter ON_STACK. */
1887 cris_expand_return (bool on_stack)
1897 CRIS_ASSERT (cfun->machine->return_type != CRIS_RETINSN_RET || !on_stack);
1898 CRIS_ASSERT (cfun->machine->return_type != CRIS_RETINSN_JUMP || on_stack);
1901 = on_stack ? CRIS_RETINSN_JUMP : CRIS_RETINSN_RET;
  /src/external/gpl3/gcc.old/dist/gcc/config/cris/
cris.cc 1849 slot depending on parameter ON_STACK. */
1852 cris_expand_return (bool on_stack)
1862 CRIS_ASSERT (cfun->machine->return_type != CRIS_RETINSN_RET || !on_stack);
1863 CRIS_ASSERT (cfun->machine->return_type != CRIS_RETINSN_JUMP || on_stack);
1866 = on_stack ? CRIS_RETINSN_JUMP : CRIS_RETINSN_RET;
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 6998 goto on_stack;
7095 on_stack:
21271 tree stack, f_top, f_off, off, arg, roundup, on_stack;
21410 the top level node will store in ON_STACK. */
21431 on_stack = build2 (COMPOUND_EXPR, TREE_TYPE (arg), t, arg);
21438 on_stack = build2 (COMPOUND_EXPR, TREE_TYPE (arg), on_stack, t);
21441 COND_EXPR_THEN (cond1) = unshare_expr (on_stack);
21442 COND_EXPR_THEN (cond2) = unshare_expr (on_stack);
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 7524 goto on_stack;
7603 on_stack:
19804 tree stack, f_top, f_off, off, arg, roundup, on_stack;
19923 the top level node will store in ON_STACK. */
19944 on_stack = build2 (COMPOUND_EXPR, TREE_TYPE (arg), t, arg);
19951 on_stack = build2 (COMPOUND_EXPR, TREE_TYPE (arg), on_stack, t);
19954 COND_EXPR_THEN (cond1) = unshare_expr (on_stack);
19955 COND_EXPR_THEN (cond2) = unshare_expr (on_stack);

Completed in 97 milliseconds