Searched refs:bb0 (Results 1 - 25 of 56) sorted by relevance

123

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddomwalk.c149 basic_block bb0 = bbs[0], bb1 = bbs[1]; local
150 if (bb_postorder[bb0->index] < bb_postorder[bb1->index])
151 bbs[0] = bb1, bbs[1] = bb0;
155 basic_block bb0 = bbs[0], bb1 = bbs[1], bb2 = bbs[2]; local
156 if (bb_postorder[bb0->index] < bb_postorder[bb1->index])
157 std::swap (bb0, bb1);
161 if (bb_postorder[bb0->index] < bb_postorder[bb1->index])
162 std::swap (bb0, bb1);
164 bbs[0] = bb0, bbs[1] = bb1, bbs[2] = bb2;
H A Dtree-switch-conversion.c829 basic_block bb0, bb1, bb2, bbf, bbd;
835 bb0 = gimple_bb (m_switch);
867 e02 = split_block (bb0, cond_stmt);
876 e02 = make_edge (bb0, bb2, EDGE_FALSE_VALUE);
888 redirect_immediate_dominators (CDI_DOMINATORS, bb1, bb0);
903 e01 = make_edge (bb0, bb1, EDGE_TRUE_VALUE);
942 set_immediate_dominator (CDI_DOMINATORS, bb1, bb0);
944 set_immediate_dominator (CDI_DOMINATORS, bb2, bb0);
947 set_immediate_dominator (CDI_DOMINATORS, bbf, bb0);
950 bbs_to_fix_dom.quick_push (bb0);
828 basic_block bb0, bb1, bb2, bbf, bbd; local
[all...]
H A Dtree-ssa-phiopt.c78 bb0:
86 bb0:
97 bb0:
108 bb0:
2676 hoist_adjacent_loads (basic_block bb0, basic_block bb1, argument
2802 bb0. We hoist the first one first so that a cache miss is handled
2805 gsi_move_to_bb_end (&gsi2, bb0);
2807 gsi_move_to_bb_end (&gsi2, bb0);
2813 bb_for_def1->index, bb_for_def2->index, bb0->index);
2843 bb0
[all...]
H A Dsel-sched.c2800 basic_block bb0 = BLOCK_FOR_INSN (zero_succ);
2803 gcc_assert (BB_LV_SET_VALID_P (bb0) && BB_LV_SET_VALID_P (bb1));
2805 BB_LV_SET (bb0),
2791 basic_block bb0 = BLOCK_FOR_INSN (zero_succ); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddomwalk.cc149 basic_block bb0 = bbs[0], bb1 = bbs[1]; local
150 if (bb_postorder[bb0->index] < bb_postorder[bb1->index])
151 bbs[0] = bb1, bbs[1] = bb0;
155 basic_block bb0 = bbs[0], bb1 = bbs[1], bb2 = bbs[2]; local
156 if (bb_postorder[bb0->index] < bb_postorder[bb1->index])
157 std::swap (bb0, bb1);
161 if (bb_postorder[bb0->index] < bb_postorder[bb1->index])
162 std::swap (bb0, bb1);
164 bbs[0] = bb0, bbs[1] = bb1, bbs[2] = bb2;
H A Dtree-switch-conversion.cc830 basic_block bb0, bb1, bb2, bbf, bbd;
836 bb0 = gimple_bb (m_switch);
868 e02 = split_block (bb0, cond_stmt);
877 e02 = make_edge (bb0, bb2, EDGE_FALSE_VALUE);
889 redirect_immediate_dominators (CDI_DOMINATORS, bb1, bb0);
904 e01 = make_edge (bb0, bb1, EDGE_TRUE_VALUE);
943 set_immediate_dominator (CDI_DOMINATORS, bb1, bb0);
945 set_immediate_dominator (CDI_DOMINATORS, bb2, bb0);
948 set_immediate_dominator (CDI_DOMINATORS, bbf, bb0);
951 bbs_to_fix_dom.quick_push (bb0);
829 basic_block bb0, bb1, bb2, bbf, bbd; local
[all...]
H A Dtree-ssa-math-opts.cc4707 basic_block bb0 = gimple_bb (stmt), bb1, bb2 = NULL;
4709 bb1 = EDGE_SUCC (bb0, 1)->dest;
4710 if (((EDGE_SUCC (bb0, 0)->flags & EDGE_TRUE_VALUE) != 0) ^ (code == EQ_EXPR))
4711 bb1 = EDGE_SUCC (bb0, 0)->dest;
H A Dtree-ssa-phiopt.cc86 bb0:
94 bb0:
105 bb0:
116 bb0:
3625 hoist_adjacent_loads (basic_block bb0, basic_block bb1, argument
3751 bb0. We hoist the first one first so that a cache miss is handled
3754 gsi_move_to_bb_end (&gsi2, bb0);
3756 gsi_move_to_bb_end (&gsi2, bb0);
3763 bb_for_def1->index, bb_for_def2->index, bb0->index);
3793 bb0
[all...]
H A Dsel-sched.cc2800 basic_block bb0 = BLOCK_FOR_INSN (zero_succ);
2803 gcc_assert (BB_LV_SET_VALID_P (bb0) && BB_LV_SET_VALID_P (bb1));
2805 BB_LV_SET (bb0),
2791 basic_block bb0 = BLOCK_FOR_INSN (zero_succ); local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dlib-types.cc64 int bb0; member in union:A::__anon1543::__anon1544
H A Dlib-types.exp140 gdb_test "python print (\[k for k,v in gdb.types.deep_items(struct_a)\])" {\['a', 'b0', 'b1', 'bb0', 'bb1', 'bbb0', 'bbb1', 'c', 'dd0', 'dd1', 'd2', 'd3'\]}
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dlib-types.cc64 int bb0; member in union:A::__anon1040::__anon1041
H A Dlib-types.exp139 gdb_test "python print (\[k for k,v in gdb.types.deep_items(struct_a)\])" {\['a', 'b0', 'b1', 'bb0', 'bb1', 'bbb0', 'bbb1', 'c', 'dd0', 'dd1', 'd2', 'd3'\]}
/netbsd-current/external/lgpl3/gmp/dist/mpn/m88k/mc88110/
H A Dsub_n.S49 L0: bb0 2,res_ptr,L_v1 ; branch if res_ptr is aligned
117 bb0 0,size,Lret1
131 bb0 2,res_ptr,L_v1b ; branch if res_ptr is aligned
199 bb0 0,size,Lret1b
218 bb0 2,s1_ptr,L_v2 ; branch if s1_ptr is aligned
276 Lend2: bb0 0,size,Lret2
H A Dadd_n.S49 L0: bb0 2,res_ptr,L_v1 ; branch if res_ptr is aligned?
117 bb0 0,size,Lret1
143 bb0 2,s1_ptr,L_v2 ; branch if s1_ptr is aligned
201 Lend2: bb0 0,size,Lret2
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/score/
H A Dbranch_32-lt.d195 0bb0 00000000 00000000 00000000 00000000 .*
451 1bb0 00000000 00000000 00000000 00000000 .*
707 2bb0 00000000 00000000 00000000 00000000 .*
963 3bb0 00000000 00000000 00000000 00000000 .*
1219 4bb0 00000000 00000000 00000000 00000000 .*
1475 5bb0 00000000 00000000 00000000 00000000 .*
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm/v7a/cora15/neon/
H A DaorsorrlshC_n.asm77 beq L(bb0)
89 L(bb0): tst n, #2
/netbsd-current/lib/libc/gdtoa/
H A Dstrtodg.c332 int bb0, bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, denorm; local
675 bb0 = 0; /* trailing zero bits in rvb */
725 bbbits = rvbits - bb0;
726 bbe = rve + bb0;
768 bb2 -= bb0;
1031 bb0 = denorm ? 0 : trailz(rvb);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh_treg_combine.cc331 basic_block bb0[] = { a, b }; local
335 for (edge_iterator ei = ei_start (bb0[i]->succs);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh_treg_combine.cc331 basic_block bb0[] = { a, b }; local
335 for (edge_iterator ei = ei_start (bb0[i]->succs);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tilepro/
H A Dt_constants.d194 0bb0 aa4712af aa4712af 1e5d375b 4df12986 .*
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dopc-i.d307 bb0: 00 00 00 00 01 c0 \[MII\] nop\.m 0x0
H A Dopc-b.d571 bb0: 17 00 00 00 00 08 \[BBB\] nop\.b 0x0
1004 2bb0: 17 00 00 00 00 08 \[BBB\] nop\.b 0x0
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/z8k/
H A Dinout.d112 158: 3bb0 0048 ini @r4,@r11,r0
144 1d8: 3bb0 0040 inir @r4,@r11,r0
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/nfp/
H A Dtest1.d382 bb0: 000480f800000c02 \.374 mul_step\[gprA_2, gprB_3\], start
879 bb0: 000480f800000c02 \.374 mul_step\[gprA_2, gprB_3\], start

Completed in 380 milliseconds

123