Searched defs:fallthru (Results 1 – 20 of 20) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | cfgbuild.c | 456 edge fallthru = NULL; in find_bb_boundaries() local
|
H A D | cfgcleanup.c | 1224 edge fallthru; in walk_to_nondebug_insn() local 2111 edge e, e2, fallthru; in try_crossjump_bb() local
|
H A D | cfgrtl.c | 774 int fallthru = 0; in try_redirect_by_replacing_jump() local 1903 edge e, fallthru = NULL; in rtl_verify_flow_info_1() local
|
H A D | cfghooks.c | 728 edge e, fallthru; in make_forwarder_block() local
|
H A D | lower-subreg.c | 1299 edge fallthru; in decompose_multiword_subregs() local
|
H A D | cfgloopmanip.c | 1345 edge e, fallthru; in create_preheader() local
|
H A D | tree-cfg.c | 522 bool fallthru; in make_edges() local 4917 gimple_make_forwarder_block (edge fallthru) in gimple_make_forwarder_block()
|
H A D | ifcvt.c | 3114 basic_block fallthru = block_fallthru (bb); in merge_if_block() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | cfgbuild.c | 446 edge fallthru = NULL; in find_bb_boundaries() local
|
H A D | cfgcleanup.c | 1297 edge fallthru; in walk_to_nondebug_insn() local 2168 edge e, e2, fallthru; in try_crossjump_bb() local
|
H A D | tree-cfgcleanup.c | 898 edge fallthru = make_forwarder_block (bb, mfb_keep_latches, in cleanup_tree_cfg_noloop() local
|
H A D | cfghooks.c | 866 edge e, fallthru; in make_forwarder_block() local
|
H A D | lower-subreg.c | 1640 edge fallthru; in decompose_multiword_subregs() local
|
H A D | omp-simd-clone.c | 1269 edge fallthru = FALLTHRU_EDGE (loop->header); in simd_clone_adjust() local
|
H A D | cfgrtl.c | 1023 int fallthru = 0; in try_redirect_by_replacing_jump() local 2458 edge e, fallthru = NULL; in rtl_verify_edges() local
|
H A D | cfgloopmanip.c | 1525 edge fallthru = make_forwarder_block (loop->header, mfb_keep_just, NULL); in create_preheader() local
|
H A D | ifcvt.c | 4100 basic_block fallthru = block_fallthru (bb); in merge_if_block() local
|
H A D | tree-cfg.c | 893 bool fallthru = false; in make_edges_bb() local 5909 gimple_make_forwarder_block (edge fallthru) in gimple_make_forwarder_block()
|
H A D | cfgexpand.c | 3246 edge fallthru = find_fallthru_edge (gimple_bb (stmt)->succs); in expand_asm_stmt() local
|
H A D | omp-expand.c | 8096 bool fallthru = false; in omp_make_gimple_edges() local
|