/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-pure-const.cc | 95 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 D | cgraph.cc | 2689 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 D | ipa-modref.cc | 1649 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 D | ipa-pure-const.c | 93 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 D | cgraph.c | 2629 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 D | local2.c | 430 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 D | solaris.xtra.4095849 | 8 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 D | ffs.S | 85 jcc .L1 | keep looping while carry is clear.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
H A D | iq2000.cc | 455 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 D | iq2000.c | 455 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 D | tcl_ins_example.txt | 40 larger counts toward the bottom of the display are from the looping construct
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
H A D | tcl_ins_example.txt | 40 larger counts toward the bottom of the display are from the looping construct
|
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | rcsutil.c | 1343 static int looping; local 1357 if (looping) 1359 looping = true;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/Configurations/ |
H A D | common.tmpl | 20 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 D | idle.fuc | 60 // keep looping while there's pending messages for any process
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/pentium/ |
H A D | sqr_basecase.asm | 314 C triangle, are handled separately to save looping overhead. These
|
/netbsd-src/sys/arch/hp300/DOC/ |
H A D | TODO.hp300 | 12 at are the copyin/copyout primitives. Rather than looping using
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | audio | 1017 >>>>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 D | README | 90 Unrolled loops are used to reduce looping overhead. The unrolling is
|
H A D | mul_basecase.asm | 296 C simple addmul looping
|
/netbsd-src/external/mpl/dhcp/dist/ |
H A D | configure.ac | 670 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 D | configure.ac+lt | 671 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 D | divrem_1.asm | 265 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 D | mul_basecase.asm | 291 C simple addmul looping
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/k6/ |
H A D | README | 106 Unrolled loops are used to reduce looping overhead. The unrolling is
|