| /src/external/gpl3/gcc/dist/gcc/ |
| ubsan.cc | 848 basic_block cur_bb = gsi_bb (gsi); 880 edge e = split_block (cur_bb, stmt); 1144 basic_block cur_bb = gsi_bb (gsi); local 1150 edge e = split_block (cur_bb, stmt);
|
| asan.cc | 2461 basic_block cur_bb = gsi_bb (*iter); local 2463 edge e = split_block (cur_bb, gsi_stmt (gsi));
|
| function.cc | 6192 basic_block cur_bb; 6193 FOR_EACH_BB_FN (cur_bb, cfun) 6194 if (cur_bb->index >= NUM_FIXED_BLOCKS 6195 && cur_bb->next_bb->index >= NUM_FIXED_BLOCKS) 6196 cur_bb->aux = cur_bb->next_bb; 6172 basic_block cur_bb; local
|
| gimple-ssa-store-merging.cc | 1201 basic_block cur_bb = gimple_bb (cur_stmt); local 1202 if (!dominated_by_p (CDI_DOMINATORS, cur_bb, ins_bb))
|
| omp-expand.cc | 2244 basic_block cur_bb = e->src; local 2261 gsi2 = gsi_after_labels (cur_bb); 2311 e = split_block (cur_bb, cond_stmt); 2313 ne = make_edge (cur_bb, next_bb, EDGE_FALSE_VALUE); 2341 set_immediate_dominator (CDI_DOMINATORS, next_bb, cur_bb); 2344 e = split_block (cur_bb, last_nondebug_stmt (cur_bb)); 2346 basic_block new_cur_bb = create_empty_bb (cur_bb); 2347 add_bb_to_loop (new_cur_bb, cur_bb->loop_father); 2377 cur_bb = new_cur_bb 2772 basic_block cur_bb = e->src; local [all...] |
| sel-sched.cc | 2893 basic_block cur_bb = BLOCK_FOR_INSN (first_insn); 3013 av_set_clear (&BB_AV_SET (cur_bb)); 3014 BB_AV_SET (cur_bb) = need_copy_p ? av_set_copy (av) : av; 3015 BB_AV_LEVEL (cur_bb) = global_level; 2884 basic_block cur_bb = BLOCK_FOR_INSN (first_insn); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ubsan.cc | 775 basic_block cur_bb = gsi_bb (gsi); 807 edge e = split_block (cur_bb, stmt); 1070 basic_block cur_bb = gsi_bb (gsi); local 1076 edge e = split_block (cur_bb, stmt);
|
| asan.cc | 2419 basic_block cur_bb = gsi_bb (*iter); local 2421 edge e = split_block (cur_bb, gsi_stmt (gsi));
|
| function.cc | 6197 basic_block cur_bb; 6198 FOR_EACH_BB_FN (cur_bb, cfun) 6199 if (cur_bb->index >= NUM_FIXED_BLOCKS 6200 && cur_bb->next_bb->index >= NUM_FIXED_BLOCKS) 6201 cur_bb->aux = cur_bb->next_bb; 6177 basic_block cur_bb; local
|
| gimple-ssa-store-merging.cc | 1134 basic_block cur_bb = gimple_bb (cur_stmt); local 1135 if (!dominated_by_p (CDI_DOMINATORS, cur_bb, ins_bb))
|
| omp-expand.cc | 2243 basic_block cur_bb = e->src; local 2260 gsi2 = gsi_after_labels (cur_bb); 2312 e = split_block (cur_bb, cond_stmt); 2314 ne = make_edge (cur_bb, next_bb, EDGE_FALSE_VALUE); 2342 set_immediate_dominator (CDI_DOMINATORS, next_bb, cur_bb); 2345 e = split_block (cur_bb, last_stmt (cur_bb)); 2347 basic_block new_cur_bb = create_empty_bb (cur_bb); 2348 add_bb_to_loop (new_cur_bb, cur_bb->loop_father); 2379 cur_bb = new_cur_bb 2774 basic_block cur_bb = e->src; local [all...] |
| sel-sched.cc | 2885 basic_block cur_bb = BLOCK_FOR_INSN (first_insn); 3005 av_set_clear (&BB_AV_SET (cur_bb)); 3006 BB_AV_SET (cur_bb) = need_copy_p ? av_set_copy (av) : av; 3007 BB_AV_LEVEL (cur_bb) = global_level; 2876 basic_block cur_bb = BLOCK_FOR_INSN (first_insn); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| s390.cc | 9671 basic_block cur_bb; 9707 FOR_EACH_BB_FN (cur_bb, cfun) 9709 FOR_BB_INSNS (cur_bb, cur_insn) 9670 basic_block cur_bb; local
|
| /src/external/gpl3/gcc/dist/gcc/config/s390/ |
| s390.cc | 10120 basic_block cur_bb; 10156 FOR_EACH_BB_FN (cur_bb, cfun) 10158 FOR_BB_INSNS (cur_bb, cur_insn) 10119 basic_block cur_bb; local
|