Home
last modified time | relevance | path

Searched refs:exit_fallthru_edge (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dshrink-wrap.c1007 get_unconverted_simple_return (edge exit_fallthru_edge, bitmap_head bb_flags, in get_unconverted_simple_return() argument
1030 if (exit_fallthru_edge != NULL in get_unconverted_simple_return()
1031 && EDGE_COUNT (exit_fallthru_edge->src->preds) != 0 in get_unconverted_simple_return()
1032 && !bitmap_bit_p (&bb_flags, exit_fallthru_edge->src->index)) in get_unconverted_simple_return()
1036 last_bb = emit_return_for_exit (exit_fallthru_edge, true); in get_unconverted_simple_return()
1038 exit_fallthru_edge = NULL; in get_unconverted_simple_return()
1040 return exit_fallthru_edge; in get_unconverted_simple_return()
H A Dfunction.c5933 basic_block last_bb = exit_fallthru_edge->src; in emit_return_for_exit()
5937 last_bb = split_edge (exit_fallthru_edge); in emit_return_for_exit()
5938 exit_fallthru_edge = single_succ_edge (last_bb); in emit_return_for_exit()
5942 exit_fallthru_edge->flags &= ~EDGE_FALLTHRU; in emit_return_for_exit()
6004 edge e, entry_edge, orig_entry_edge, exit_fallthru_edge; in thread_prologue_and_epilogue_insns() local
6101 exit_fallthru_edge in thread_prologue_and_epilogue_insns()
6107 if (exit_fallthru_edge == NULL) in thread_prologue_and_epilogue_insns()
6112 basic_block last_bb = exit_fallthru_edge->src; in thread_prologue_and_epilogue_insns()
6127 && last_bb != exit_fallthru_edge->src) in thread_prologue_and_epilogue_insns()
6167 if (exit_fallthru_edge == NULL) in thread_prologue_and_epilogue_insns()
[all …]
H A Dfunction.h637 extern basic_block emit_return_for_exit (edge exit_fallthru_edge,
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dshrink-wrap.c1007 get_unconverted_simple_return (edge exit_fallthru_edge, bitmap_head bb_flags, in get_unconverted_simple_return() argument
1030 if (exit_fallthru_edge != NULL in get_unconverted_simple_return()
1031 && EDGE_COUNT (exit_fallthru_edge->src->preds) != 0 in get_unconverted_simple_return()
1032 && !bitmap_bit_p (&bb_flags, exit_fallthru_edge->src->index)) in get_unconverted_simple_return()
1036 last_bb = emit_return_for_exit (exit_fallthru_edge, true); in get_unconverted_simple_return()
1038 exit_fallthru_edge = NULL; in get_unconverted_simple_return()
1040 return exit_fallthru_edge; in get_unconverted_simple_return()
H A Dfunction.c5933 basic_block last_bb = exit_fallthru_edge->src; in emit_return_for_exit()
5937 last_bb = split_edge (exit_fallthru_edge); in emit_return_for_exit()
5938 exit_fallthru_edge = single_succ_edge (last_bb); in emit_return_for_exit()
5942 exit_fallthru_edge->flags &= ~EDGE_FALLTHRU; in emit_return_for_exit()
6004 edge e, entry_edge, orig_entry_edge, exit_fallthru_edge; in thread_prologue_and_epilogue_insns() local
6101 exit_fallthru_edge in thread_prologue_and_epilogue_insns()
6107 if (exit_fallthru_edge == NULL) in thread_prologue_and_epilogue_insns()
6112 basic_block last_bb = exit_fallthru_edge->src; in thread_prologue_and_epilogue_insns()
6127 && last_bb != exit_fallthru_edge->src) in thread_prologue_and_epilogue_insns()
6167 if (exit_fallthru_edge == NULL) in thread_prologue_and_epilogue_insns()
[all …]
H A Dfunction.h637 extern basic_block emit_return_for_exit (edge exit_fallthru_edge,
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dfunction.c5826 basic_block last_bb = exit_fallthru_edge->src; in emit_return_for_exit()
5830 last_bb = split_edge (exit_fallthru_edge); in emit_return_for_exit()
5831 exit_fallthru_edge = single_succ_edge (last_bb); in emit_return_for_exit()
5835 exit_fallthru_edge->flags &= ~EDGE_FALLTHRU; in emit_return_for_exit()
6373 if (exit_fallthru_edge != NULL in thread_prologue_and_epilogue_insns()
6381 exit_fallthru_edge = NULL; in thread_prologue_and_epilogue_insns()
6388 if (exit_fallthru_edge == NULL) in thread_prologue_and_epilogue_insns()
6393 basic_block last_bb = exit_fallthru_edge->src; in thread_prologue_and_epilogue_insns()
6407 if (last_bb != exit_fallthru_edge->src) in thread_prologue_and_epilogue_insns()
6450 if (exit_fallthru_edge == NULL) in thread_prologue_and_epilogue_insns()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dfunction.c5847 basic_block last_bb = exit_fallthru_edge->src; in emit_return_for_exit()
5851 last_bb = split_edge (exit_fallthru_edge); in emit_return_for_exit()
5852 exit_fallthru_edge = single_succ_edge (last_bb); in emit_return_for_exit()
5856 exit_fallthru_edge->flags &= ~EDGE_FALLTHRU; in emit_return_for_exit()
6391 if (exit_fallthru_edge != NULL in thread_prologue_and_epilogue_insns()
6399 exit_fallthru_edge = NULL; in thread_prologue_and_epilogue_insns()
6406 if (exit_fallthru_edge == NULL) in thread_prologue_and_epilogue_insns()
6411 basic_block last_bb = exit_fallthru_edge->src; in thread_prologue_and_epilogue_insns()
6425 if (last_bb != exit_fallthru_edge->src) in thread_prologue_and_epilogue_insns()
6468 if (exit_fallthru_edge == NULL) in thread_prologue_and_epilogue_insns()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dfunction.c5829 basic_block last_bb = exit_fallthru_edge->src; in emit_return_for_exit()
5833 last_bb = split_edge (exit_fallthru_edge); in emit_return_for_exit()
5834 exit_fallthru_edge = single_succ_edge (last_bb); in emit_return_for_exit()
5838 exit_fallthru_edge->flags &= ~EDGE_FALLTHRU; in emit_return_for_exit()
6373 if (exit_fallthru_edge != NULL in thread_prologue_and_epilogue_insns()
6381 exit_fallthru_edge = NULL; in thread_prologue_and_epilogue_insns()
6388 if (exit_fallthru_edge == NULL) in thread_prologue_and_epilogue_insns()
6393 basic_block last_bb = exit_fallthru_edge->src; in thread_prologue_and_epilogue_insns()
6407 if (last_bb != exit_fallthru_edge->src) in thread_prologue_and_epilogue_insns()
6450 if (exit_fallthru_edge == NULL) in thread_prologue_and_epilogue_insns()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfunction.h659 extern basic_block emit_return_for_exit (edge exit_fallthru_edge,
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dfunction.h659 extern basic_block emit_return_for_exit (edge exit_fallthru_edge,
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dfunction.h659 extern basic_block emit_return_for_exit (edge exit_fallthru_edge,
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dfunction.h659 extern basic_block emit_return_for_exit (edge exit_fallthru_edge,
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dfunction.h659 extern basic_block emit_return_for_exit (edge exit_fallthru_edge,
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfunction.h659 extern basic_block emit_return_for_exit (edge exit_fallthru_edge,
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dfunction.h659 extern basic_block emit_return_for_exit (edge exit_fallthru_edge,
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dfunction.h659 extern basic_block emit_return_for_exit (edge exit_fallthru_edge,
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dfunction.h659 extern basic_block emit_return_for_exit (edge exit_fallthru_edge,
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dfunction.h711 extern basic_block emit_return_for_exit (edge exit_fallthru_edge,
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dfunction.h694 extern basic_block emit_return_for_exit (edge exit_fallthru_edge,
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dfunction.h704 extern basic_block emit_return_for_exit (edge exit_fallthru_edge,
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dfunction.h694 extern basic_block emit_return_for_exit (edge exit_fallthru_edge,
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dfunction.h704 extern basic_block emit_return_for_exit (edge exit_fallthru_edge,
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dfunction.h704 extern basic_block emit_return_for_exit (edge exit_fallthru_edge,
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dfunction.h694 extern basic_block emit_return_for_exit (edge exit_fallthru_edge,

12