Home
last modified time | relevance | path

Searched refs:looping (Results 1 – 25 of 192) sorted by relevance

12345678

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-pure-const.cc95 looping (true), can_throw (true), can_free (true), in funct_state_d()
101 looping (s.looping), can_throw (s.can_throw), can_free (s.can_free), in funct_state_d()
116 bool looping; member in funct_state_d
412 state_from_flags (enum pure_const_state_e *state, bool *looping, in state_from_flags() argument
415 *looping = false; in state_from_flags()
418 *looping = true; in state_from_flags()
437 *looping = true; in state_from_flags()
446 *looping = true; in state_from_flags()
456 better_state (enum pure_const_state_e *state, bool *looping, in better_state() argument
462 *looping = looping2; in better_state()
[all …]
H A Dcgraph.cc2689 set_const_flag_1 (cgraph_node *node, bool set_const, bool looping, in set_const_flag_1() argument
2694 if (set_const && !looping) in set_const_flag_1()
2737 if (!looping && DECL_LOOPING_CONST_OR_PURE_P (node->decl)) in set_const_flag_1()
2746 DECL_LOOPING_CONST_OR_PURE_P (node->decl) = looping; in set_const_flag_1()
2758 DECL_LOOPING_CONST_OR_PURE_P (node->decl) = looping; in set_const_flag_1()
2761 else if (!looping && DECL_LOOPING_CONST_OR_PURE_P (node->decl)) in set_const_flag_1()
2774 set_const_flag_1 (alias, set_const, looping, changed); in set_const_flag_1()
2785 *changed |= e->caller->set_pure_flag (true, looping); in set_const_flag_1()
2787 set_const_flag_1 (e->caller, set_const, looping, changed); in set_const_flag_1()
2801 cgraph_node::set_const_flag (bool set_const, bool looping) in set_const_flag() argument
[all …]
H A Dipa-modref.cc1649 bool looping; in analyze_call() local
1650 if (builtin_safe_for_const_function_p (&looping, callee)) in analyze_call()
1652 if (looping) in analyze_call()
4492 bool looping; in propagate_unknown_call() local
4495 && builtin_safe_for_const_function_p (&looping, e->callee->decl)) in propagate_unknown_call()
4497 if (looping && cur_summary && !cur_summary->side_effects) in propagate_unknown_call()
4502 if (looping && cur_summary_lto && !cur_summary_lto->side_effects) in propagate_unknown_call()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-pure-const.c93 looping (true), can_throw (true), can_free (true), in funct_state_d()
99 looping (s.looping), can_throw (s.can_throw), can_free (s.can_free), in funct_state_d()
114 bool looping; variable
412 state_from_flags (enum pure_const_state_e *state, bool *looping, in state_from_flags() argument
415 *looping = false; in state_from_flags()
418 *looping = true; in state_from_flags()
437 *looping = true; in state_from_flags()
446 *looping = true; in state_from_flags()
456 better_state (enum pure_const_state_e *state, bool *looping, in better_state() argument
462 *looping = looping2; in better_state()
[all …]
H A Dcgraph.c2629 set_const_flag_1 (cgraph_node *node, bool set_const, bool looping, in set_const_flag_1() argument
2634 if (set_const && !looping) in set_const_flag_1()
2677 if (!looping && DECL_LOOPING_CONST_OR_PURE_P (node->decl)) in set_const_flag_1()
2686 DECL_LOOPING_CONST_OR_PURE_P (node->decl) = looping; in set_const_flag_1()
2698 DECL_LOOPING_CONST_OR_PURE_P (node->decl) = looping; in set_const_flag_1()
2701 else if (!looping && DECL_LOOPING_CONST_OR_PURE_P (node->decl)) in set_const_flag_1()
2714 set_const_flag_1 (alias, set_const, looping, changed); in set_const_flag_1()
2725 *changed |= e->caller->set_pure_flag (true, looping); in set_const_flag_1()
2727 set_const_flag_1 (e->caller, set_const, looping, changed); in set_const_flag_1()
2741 cgraph_node::set_const_flag (bool set_const, bool looping) in set_const_flag() argument
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/arch/nova/
H A Dlocal2.c430 static int looping = 7; in adrput() local
431 if (looping == 0) { in adrput()
432 looping = 1; in adrput()
435 looping = 0; in adrput()
/netbsd-src/external/bsd/ntp/dist/html/hints/
H A Dsolaris.xtra.40958498 If the time_constant parameter is 7 or higher, and the phase-lock looping model
68 If the time_constant parameter is 7 or higher, and the phase-lock looping model
/netbsd-src/common/lib/libc/arch/m68k/string/
H A Dffs.S85 jcc .L1 | keep looping while carry is clear.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.cc455 int looping; in iq2000_count_memory_refs() local
469 looping = FALSE; in iq2000_count_memory_refs()
487 looping = 1; in iq2000_count_memory_refs()
494 looping = 1; in iq2000_count_memory_refs()
502 looping = 1; in iq2000_count_memory_refs()
509 looping = 1; in iq2000_count_memory_refs()
516 looping = 1; in iq2000_count_memory_refs()
523 looping = 1; in iq2000_count_memory_refs()
535 looping = 1; in iq2000_count_memory_refs()
546 while (looping); in iq2000_count_memory_refs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.c455 int looping; in iq2000_count_memory_refs() local
469 looping = FALSE; in iq2000_count_memory_refs()
487 looping = 1; in iq2000_count_memory_refs()
494 looping = 1; in iq2000_count_memory_refs()
502 looping = 1; in iq2000_count_memory_refs()
509 looping = 1; in iq2000_count_memory_refs()
516 looping = 1; in iq2000_count_memory_refs()
523 looping = 1; in iq2000_count_memory_refs()
535 looping = 1; in iq2000_count_memory_refs()
546 while (looping); in iq2000_count_memory_refs()
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dtcl_ins_example.txt40 larger counts toward the bottom of the display are from the looping construct
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dtcl_ins_example.txt40 larger counts toward the bottom of the display are from the looping construct
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsutil.c1343 static int looping; local
1357 if (looping)
1359 looping = true;
/netbsd-src/crypto/external/bsd/openssl.old/dist/Configurations/
H A Dcommon.tmpl20 my @listsofar = @_; # to check if we're looping
27 # It's time to break off when the dependency list starts looping
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Didle.fuc60 // keep looping while there's pending messages for any process
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A Dsqr_basecase.asm314 C triangle, are handled separately to save looping overhead. These
/netbsd-src/sys/arch/hp300/DOC/
H A DTODO.hp30012 at are the copyin/copyout primitives. Rather than looping using
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Daudio1017 >>>>0x18 belong !0 \b, looping
1020 >>>>0x24 belong !0 \b, looping
1078 >>>>&-3 byte !0 looping,
1106 >>&0x1D byte !0 looping,
1148 >>&0x5 byte !0 looping,
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/k7/
H A DREADME90 Unrolled loops are used to reduce looping overhead. The unrolling is
H A Dmul_basecase.asm296 C simple addmul looping
/netbsd-src/external/mpl/dhcp/dist/
H A Dconfigure.ac670 AC_MSG_WARN([--enable-kqueue is not supported: it may lead to issues such as server looping])
677 AC_MSG_WARN([--enable-epoll is not supported: it may lead to issues such as server looping])
684 AC_MSG_WARN([--enable-devpoll is not supported: it may lead to issues such as server looping])
H A Dconfigure.ac+lt671 AC_MSG_WARN([--enable-kqueue is not supported: it may lead to issues such as server looping])
678 AC_MSG_WARN([--enable-epoll is not supported: it may lead to issues such as server looping])
685 AC_MSG_WARN([--enable-devpoll is not supported: it may lead to issues such as server looping])
/netbsd-src/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-src/external/lgpl3/gmp/dist/mpn/x86/p6/
H A Dmul_basecase.asm291 C simple addmul looping
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/k6/
H A DREADME106 Unrolled loops are used to reduce looping overhead. The unrolling is

12345678