Home
last modified time | relevance | path

Searched refs:pass_reorder_blocks (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-passes.def22 INSERT_PASS_BEFORE (pass_reorder_blocks, 1, pass_track_speculation);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-passes.def22 INSERT_PASS_BEFORE (pass_reorder_blocks, 1, pass_track_speculation);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbb-reorder.cc2648 class pass_reorder_blocks : public rtl_opt_pass class
2651 pass_reorder_blocks (gcc::context *ctxt) in pass_reorder_blocks() function in __anon7e661e420111::pass_reorder_blocks
2669 pass_reorder_blocks::execute (function *fun) in execute()
2695 return new pass_reorder_blocks (ctxt); in make_pass_reorder_blocks()
H A Dpasses.def509 NEXT_PASS (pass_reorder_blocks);
H A DChangeLog-201814481 before pass_reorder_blocks.
34132 * bb-reorder.c (pass_reorder_blocks::execute): Do not clean up
H A DChangeLog-201323012 * bb-reorder.c (pass_reorder_blocks): Convert from a global struct to
23998 (pass_reorder_blocks): Replace declaration with that of...
H A DChangeLog-201211968 (pass_reorder_blocks): Likewise.
H A DChangeLog-20078505 * bb-reorder.c (pass_duplicate_comp, pass_reorder_blocks): Likewise.
H A DChangeLog-200512716 rest_of_handle_reorder_blocks, pass_reorder_blocks,
H A DChangeLog-20191335 * bb-reorder.c (pass_reorder_blocks::execute): Recompute
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbb-reorder.c2647 class pass_reorder_blocks : public rtl_opt_pass
2650 pass_reorder_blocks (gcc::context *ctxt) in pass_reorder_blocks() function
2668 pass_reorder_blocks::execute (function *fun) in execute()
2694 return new pass_reorder_blocks (ctxt); in make_pass_reorder_blocks()
H A Dpasses.def479 NEXT_PASS (pass_reorder_blocks);