| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-loop-split.cc | 236 connect_loop_phis (class loop *loop1, class loop *loop2, edge new_e) in connect_loop_phis() argument 238 basic_block rest = loop_preheader_edge (loop2)->src; in connect_loop_phis() 243 edge seconde = loop_preheader_edge (loop2); in connect_loop_phis() 247 psi_second = gsi_start_phis (loop2->header); in connect_loop_phis() 330 connect_loops (class loop *loop1, class loop *loop2) in connect_loops() argument 348 new_e = make_edge (skip_bb, loop_preheader_edge (loop2)->src, 0); in connect_loops() 491 fix_loop_bb_probability (class loop *loop1, class loop *loop2, edge true_edge, in fix_loop_bb_probability() argument 511 bbs2 = get_loop_body (loop2); in fix_loop_bb_probability() 512 for (j = 0; j < loop2->num_nodes; j++) in fix_loop_bb_probability() 513 if (bbs2[j] == loop2->latch in fix_loop_bb_probability() [all …]
|
| D | gimple-loop-interchange.cc | 1814 for (loop_p loop2 = loop_outer (loop); in proper_loop_form_for_interchange() local 1815 loop2 && flow_loop_nested_p (*min_outer, loop2); in proper_loop_form_for_interchange() 1816 loop2 = loop_outer (loop2)) in proper_loop_form_for_interchange() 1818 niters = instantiate_scev (loop_preheader_edge (loop2), in proper_loop_form_for_interchange() 1820 if (!evolution_function_is_invariant_p (niters, loop2->num)) in proper_loop_form_for_interchange() 1822 *min_outer = loop2; in proper_loop_form_for_interchange()
|
| D | tree-ssa-loop-im.cc | 1723 class loop *loop2 = bb2->loop_father; in sort_bbs_in_loop_postorder_cmp() local 1724 if (loop1->num == loop2->num) in sort_bbs_in_loop_postorder_cmp() 1726 return bb_loop_postorder[loop1->num] < bb_loop_postorder[loop2->num] ? -1 : 1; in sort_bbs_in_loop_postorder_cmp() 1739 class loop *loop2 = gimple_bb (loc2->stmt)->loop_father; in sort_locs_in_loop_postorder_cmp() local 1740 if (loop1->num == loop2->num) in sort_locs_in_loop_postorder_cmp() 1742 return bb_loop_postorder[loop1->num] < bb_loop_postorder[loop2->num] ? -1 : 1; in sort_locs_in_loop_postorder_cmp()
|
| D | predict.def | 173 for (loop2)
|
| D | ChangeLog-2005 | 11305 loop passes. Add the new loop2 passes as subpasses of loop2. 11306 * tree-pass.h: Add extern declarations for the new loop2 subpasses.
|
| D | ChangeLog-2006 | 16858 (-dL, -fdump-rtl-loop2): Update the dump file names
|
| D | ChangeLog-2007 | 21100 after loop2.
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | atan2.c | 122 MPFR_ZIV_DECL (loop2); in mpfr_atan2() 127 MPFR_ZIV_INIT (loop2, prec2); in mpfr_atan2() 136 MPFR_ZIV_NEXT (loop2, prec2); in mpfr_atan2() 139 MPFR_ZIV_FREE (loop2); in mpfr_atan2()
|
| /netbsd/src/tests/games/ |
| D | t_factor.sh | 65 atf_test_case loop2 158 atf_add_test_case loop2
|
| /netbsd/src/sys/arch/bebox/bebox/ |
| D | locore.S | 189 loop2: dcbf 0,4 label 191 bdnz loop2
|
| /netbsd/src/sys/lib/libkern/arch/sh3/ |
| D | movstr.S | 40 bf loop2 83 loop2: label
|
| /netbsd/src/tests/usr.bin/config/ |
| D | t_config.sh | 132 test_case loop2 pass "Checks correct handling of devices that can be their" \ 306 atf_add_test_case loop2
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/alpha/ |
| D | qrnnd.S | 109 $loop2: cmplt n0,0,tmp 142 bgt cnt,$loop2
|
| /netbsd/src/sys/arch/m68k/fpsp/ |
| D | x_snan.sa | 152 loop2: 154 dbra.w d0,loop2
|
| D | gen_except.sa | 367 loop2: 369 dbra.w d0,loop2
|
| /netbsd/src/sys/dev/ic/ |
| D | bwi.c | 4155 int i, j, loop1_max, loop1, loop2; in bwi_rf_get_gains() local 4239 loop2 = j; in bwi_rf_get_gains() 4245 if (loop2 >= 8) { in bwi_rf_get_gains() 4248 for (i = loop2 - 8; i < 16; ++i) { in bwi_rf_get_gains() 4279 rf->rf_lo_gain = (loop2 * 6) - (loop1 * 4) - 11; in bwi_rf_get_gains()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | invoke.texi | 17887 @item -fdump-rtl-loop2 17888 @opindex fdump-rtl-loop2 17889 @option{-fdump-rtl-loop2} enables dumping after the rtl
|
| D | gcc.info | 16906 '-fdump-rtl-loop2' 16907 '-fdump-rtl-loop2' enables dumping after the rtl loop 63890 * fdump-rtl-loop2: Developer Options. (line 161)
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | sha256.sum | 5588 7692a6db475cf7b5c3ab2b2a68ad063a8bbe8152fed59a7ad10f296d6a10b721 gas/testsuite/gas/bfin/loop2.d 5589 dcadf2c7517df3098cfdd57abd888d98f67ad9bd3ffd720b20a1db80f6acdb44 gas/testsuite/gas/bfin/loop2.s
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | MD5SUMS | 15384 dd06742193a8b1ab94aab1b448819b99 gcc/testsuite/g++.dg/cpp1y/constexpr-loop2.C 17965 741a6b9a2519e96d9a6a3d7503d9cdfa gcc/testsuite/g++.dg/eh/loop2.C 21987 c11dcb63c226e2ccd7df1403d7c85717 gcc/testsuite/g++.dg/opt/loop2.C 29510 d0ed38cceb3178f8c2ffeb15967bdd06 gcc/testsuite/g++.old-deja/g++.other/loop2.C
|