Searched refs:looping (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dmisc.c78 int looping; local
97 looping = 1;
98 while (looping) {
103 looping = 0;
110 looping = 0;
118 looping = 0;
130 looping = 0;
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dmisc.c69 int looping; local
88 looping = 1;
89 while (looping) {
94 looping = 0;
101 looping = 0;
109 looping = 0;
121 looping = 0;
/netbsd-current/external/gpl3/gdb.old/dist/sim/igen/
H A Dmisc.c97 int looping; local
130 looping = 1;
131 while (looping)
138 looping = 0;
148 looping = 0;
159 looping = 0;
170 looping = 0;
189 looping = 0;
/netbsd-current/external/gpl3/gdb/dist/sim/igen/
H A Dmisc.c87 int looping; local
120 looping = 1;
121 while (looping)
128 looping = 0;
138 looping = 0;
149 looping = 0;
160 looping = 0;
179 looping = 0;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Drelax_load_align.s2 @ The early termination to avoid infinite looping would make the second load
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-pure-const.cc95 looping (true), can_throw (true), can_free (true),
101 looping (s.looping), can_throw (s.can_throw), can_free (s.can_free),
116 bool looping; member in class:funct_state_d
412 state_from_flags (enum pure_const_state_e *state, bool *looping, argument
415 *looping = false;
418 *looping = true;
420 fprintf (dump_file, " looping\n");
437 *looping = true;
439 fprintf (dump_file, " ignoring side effects->pure looping\
456 better_state(enum pure_const_state_e *state, bool *looping, enum pure_const_state_e state2, bool looping2) argument
476 worse_state(enum pure_const_state_e *state, bool *looping, enum pure_const_state_e state2, bool looping2, struct symtab_node *from, struct symtab_node *to) argument
513 builtin_safe_for_const_function_p(bool *looping, tree callee) argument
1488 ipa_make_function_const(struct cgraph_node *node, bool looping, bool local) argument
1525 ipa_make_function_pure(struct cgraph_node *node, bool looping, bool local) argument
1588 bool looping = false; local
[all...]
H A Dcgraph.cc2689 set_const_flag_1 (cgraph_node *node, bool set_const, bool looping, argument
2694 if (set_const && !looping)
2737 if (!looping && DECL_LOOPING_CONST_OR_PURE_P (node->decl))
2746 DECL_LOOPING_CONST_OR_PURE_P (node->decl) = looping;
2758 DECL_LOOPING_CONST_OR_PURE_P (node->decl) = looping;
2761 else if (!looping && DECL_LOOPING_CONST_OR_PURE_P (node->decl))
2774 set_const_flag_1 (alias, set_const, looping, changed);
2785 *changed |= e->caller->set_pure_flag (true, looping);
2787 set_const_flag_1 (e->caller, set_const, looping, changed);
2801 cgraph_node::set_const_flag (bool set_const, bool looping) argument
2825 bool looping; member in struct:set_pure_flag_info
2884 set_pure_flag(bool pure, bool looping) argument
[all...]
H A Dipa-modref.cc1263 /* Nothing to do for non-looping cont functions. */
1649 bool looping; local
1650 if (builtin_safe_for_const_function_p (&looping, callee))
1652 if (looping)
4492 bool looping; local
4495 && builtin_safe_for_const_function_p (&looping, e->callee->decl))
4497 if (looping && cur_summary && !cur_summary->side_effects)
4502 if (looping && cur_summary_lto && !cur_summary_lto->side_effects)
H A Dcgraph.h1192 bool set_const_flag (bool set_const, bool looping);
1200 bool set_pure_flag (bool pure, bool looping);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-pure-const.c93 looping (true), can_throw (true), can_free (true),
99 looping (s.looping), can_throw (s.can_throw), can_free (s.can_free),
114 bool looping; variable
412 state_from_flags (enum pure_const_state_e *state, bool *looping, argument
415 *looping = false;
418 *looping = true;
420 fprintf (dump_file, " looping\n");
437 *looping = true;
439 fprintf (dump_file, " ignoring side effects->pure looping\
456 better_state(enum pure_const_state_e *state, bool *looping, enum pure_const_state_e state2, bool looping2) argument
476 worse_state(enum pure_const_state_e *state, bool *looping, enum pure_const_state_e state2, bool looping2, struct symtab_node *from, struct symtab_node *to) argument
513 special_builtin_state(enum pure_const_state_e *state, bool *looping, tree callee) argument
1451 bool looping = false; local
[all...]
H A Dcgraph.c2629 set_const_flag_1 (cgraph_node *node, bool set_const, bool looping, argument
2634 if (set_const && !looping)
2677 if (!looping && DECL_LOOPING_CONST_OR_PURE_P (node->decl))
2686 DECL_LOOPING_CONST_OR_PURE_P (node->decl) = looping;
2698 DECL_LOOPING_CONST_OR_PURE_P (node->decl) = looping;
2701 else if (!looping && DECL_LOOPING_CONST_OR_PURE_P (node->decl))
2714 set_const_flag_1 (alias, set_const, looping, changed);
2725 *changed |= e->caller->set_pure_flag (true, looping);
2727 set_const_flag_1 (e->caller, set_const, looping, changed);
2741 cgraph_node::set_const_flag (bool set_const, bool looping) argument
2765 bool looping; member in struct:set_pure_flag_info
2824 set_pure_flag(bool pure, bool looping) argument
[all...]
H A Dcgraph.h1236 bool set_const_flag (bool set_const, bool looping);
1244 bool set_pure_flag (bool pure, bool looping);
/netbsd-current/common/lib/libc/arch/m68k/string/
H A Dffs.S85 jcc .L1 | keep looping while carry is clear.
/netbsd-current/external/bsd/pcc/dist/pcc/arch/nova/
H A Dlocal2.c430 static int looping = 7; local
431 if (looping == 0) {
432 looping = 1;
435 looping = 0;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.c460 int looping;
474 looping = FALSE;
492 looping = 1;
499 looping = 1;
507 looping = 1;
514 looping = 1;
521 looping = 1;
528 looping = 1;
540 looping = 1;
551 while (looping);
455 int looping; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.cc460 int looping;
474 looping = FALSE;
492 looping = 1;
499 looping = 1;
507 looping = 1;
514 looping = 1;
521 looping = 1;
528 looping = 1;
540 looping = 1;
551 while (looping);
455 int looping; local
[all...]
/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcsutil.c1343 static int looping; local
1357 if (looping)
1359 looping = true;
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/
H A Dsqr_basecase.asm206 C looping overhead. If size is 3 then it's only this that needs to
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A Dsqr_basecase.asm314 C triangle, are handled separately to save looping overhead. These
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k7/
H A Dmul_basecase.asm296 C simple addmul looping
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/p6/
H A Dmul_basecase.asm291 C simple addmul looping
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarmod-loop.mk121 # After looping over the words of the expression, the loop variable gets
/netbsd-current/external/mpl/dhcp/dist/
H A Dconfigure6863 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-kqueue is not supported: it may lead to issues such as server looping" >&5
6864 $as_echo "$as_me: WARNING: --enable-kqueue is not supported: it may lead to issues such as server looping" >&2;}
6875 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-epoll is not supported: it may lead to issues such as server looping" >&5
6876 $as_echo "$as_me: WARNING: --enable-epoll is not supported: it may lead to issues such as server looping" >&2;}
6887 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-devpoll is not supported: it may lead to issues such as server looping" >&5
6888 $as_echo "$as_me: WARNING: --enable-devpoll is not supported: it may lead to issues such as server looping" >&2;}
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
H A Ddivrem_1.asm265 C It'd be possible to write them out without the looping, but no speedup
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_rar5.c3297 int looping = 1; local
3301 while(looping) {
3305 /* Continue looping. */
3309 looping = 0;

Completed in 734 milliseconds

12