Home
last modified time | relevance | path

Searched refs:try_crossjump_bb (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcfgcleanup.cc71 static bool try_crossjump_bb (int, basic_block);
2172 try_crossjump_bb (int mode, basic_block bb) in try_crossjump_bb() function
2939 && try_crossjump_bb (mode, b)) in try_optimize_cfg()
2958 && try_crossjump_bb (mode, EXIT_BLOCK_PTR_FOR_FN (cfun))) in try_optimize_cfg()
DChangeLog.dataflow2562 merge_blocks_move_predecessor_nojumps, try_crossjump_bb): Ditto.
DChangeLog-20012006 (try_crossjump_bb): Likewise.
11685 try_crossjump_bb, try_optimize_cfg): Move here from flow.c
16433 (try_crossjump_bb): Likewise.
16603 (try_crossjump_bb): Don't check complex edges. Eliminate
17850 try_crossjump_bb): New functions.
DChangeLog-200410733 (try_crossjump_bb): Likewise.
16830 try_crossjump_to_edge, try_crossjump_bb): Likewise.
18179 try_crossjump_bb): Likewise.
36245 (try_crossjump_bb): Modify to not attempt on blocks with jumps that
45710 (try_crossjump_bb): Add work limiting check for crossjumping.
DChangeLog-20101258 (try_crossjump_bb, try_forward_edges): Test BB_MODIFIED flag rather
7062 (try_crossjump_bb): Likewise.
9101 (try_crossjump_bb): Likewise.
13137 (try_crossjump_bb, try_forward_edges): Test BB_MODIFIED flag rather
DChangeLog-20088548 (try_crossjump_bb): Use optimize_bb_for_size_p.
28602 (try_crossjump_bb): Exit loop after finding a fallthru edge.
DChangeLog13170 (try_crossjump_bb): Likewise.
DChangeLog-200526659 (try_crossjump_bb): Likewise.
32845 * cfgcleanup.c (try_crossjump_bb): If not optimizing for size,
DChangeLog-201131003 (try_crossjump_bb): Add argument to try_crossjump_to_edge.
31459 * cfgcleanup.c (try_crossjump_bb): Remove 2 superfluous variables.
DChangeLog-200332717 (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES. Fix test for
DChangeLog-200221654 outgoing_edges_match, try_crossjump_to_edge, try_crossjump_bb,
DChangeLog-20195489 (try_crossjump_bb): Likewise.
DChangeLog-201740920 (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
DChangeLog-20136179 (try_crossjump_bb): Remove usage of EXIT_BLOCK_PTR macro.