| /src/external/gpl3/gcc/dist/gcc/ |
| ubsan.cc | 784 basic_block then_bb, fallthru_bb; 787 &then_bb, &fallthru_bb); 826 *gsi = gsi_start_bb (fallthru_bb); 885 basic_block fallthru_bb = e->dest; 899 make_single_succ_edge (then_bb, fallthru_bb, EDGE_FALLTHRU); 902 e = find_edge (cond_bb, fallthru_bb); 907 fallthru_bb's dominance info has already been updated by 980 set_immediate_dominator (CDI_DOMINATORS, fallthru_bb, cond1_bb); 1040 basic_block then_bb, fallthru_bb; local 1043 &then_bb, &fallthru_bb); 1155 basic_block fallthru_bb = e->dest; local 1306 basic_block fallthru_bb = NULL; local 1825 basic_block then_bb, fallthru_bb; local 2063 basic_block then_bb, fallthru_bb; local 2119 basic_block then_bb, fallthru_bb; local 2365 basic_block then_bb, fallthru_bb; local [all...] |
| asan.cc | 2468 basic_block fallthru_bb = e->dest; local 2485 make_single_succ_edge (then_bb, fallthru_bb, EDGE_FALLTHRU); 2488 e = find_edge (cond_bb, fallthru_bb); 2493 fallthru_bb's dominance info has already been updated by 2499 *fallthrough_block = fallthru_bb; 2500 *iter = gsi_start_bb (fallthru_bb);
|
| cfgexpand.cc | 3064 LABELS is a list of labels, and if LABELS is non-NULL, FALLTHRU_BB 3542 basic_block fallthru_bb = NULL; local 3545 fallthru_bb = fallthru->dest; 3556 if (fallthru_bb && label_to_block (cfun, label) == fallthru_bb)
|
| sel-sched.cc | 2171 basic_block fallthru_bb; 2185 if ((fallthru_bb = fallthru_bb_of_jump (insn)) == NULL 2186 || ! in_current_region_p (fallthru_bb)) 2163 basic_block fallthru_bb; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ubsan.cc | 711 basic_block then_bb, fallthru_bb; 714 &then_bb, &fallthru_bb); 753 *gsi = gsi_start_bb (fallthru_bb); 812 basic_block fallthru_bb = e->dest; 826 make_single_succ_edge (then_bb, fallthru_bb, EDGE_FALLTHRU); 829 e = find_edge (cond_bb, fallthru_bb); 834 fallthru_bb's dominance info has already been updated by 906 set_immediate_dominator (CDI_DOMINATORS, fallthru_bb, cond1_bb); 966 basic_block then_bb, fallthru_bb; local 969 &then_bb, &fallthru_bb); 1081 basic_block fallthru_bb = e->dest; local 1235 basic_block fallthru_bb = NULL; local 1752 basic_block then_bb, fallthru_bb; local 1991 basic_block then_bb, fallthru_bb; local 2047 basic_block then_bb, fallthru_bb; local 2295 basic_block then_bb, fallthru_bb; local [all...] |
| asan.cc | 2426 basic_block fallthru_bb = e->dest; local 2443 make_single_succ_edge (then_bb, fallthru_bb, EDGE_FALLTHRU); 2446 e = find_edge (cond_bb, fallthru_bb); 2451 fallthru_bb's dominance info has already been updated by 2457 *fallthrough_block = fallthru_bb; 2458 *iter = gsi_start_bb (fallthru_bb);
|
| cfgexpand.cc | 3051 LABELS is a list of labels, and if LABELS is non-NULL, FALLTHRU_BB 3527 basic_block fallthru_bb = NULL; local 3530 fallthru_bb = fallthru->dest; 3541 if (fallthru_bb && label_to_block (cfun, label) == fallthru_bb)
|
| sel-sched.cc | 2163 basic_block fallthru_bb; 2177 if ((fallthru_bb = fallthru_bb_of_jump (insn)) == NULL 2178 || ! in_current_region_p (fallthru_bb)) 2155 basic_block fallthru_bb; local
|