Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dcfgcleanup.c62 static bool try_crossjump_bb (int, basic_block);
1821 try_crossjump_bb (int mode, basic_block bb) in try_crossjump_bb() function
2130 && try_crossjump_bb (mode, b)) in try_optimize_cfg()
2142 && try_crossjump_bb (mode, EXIT_BLOCK_PTR)) in try_optimize_cfg()
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-200526660 (try_crossjump_bb): Likewise.
32846 * cfgcleanup.c (try_crossjump_bb): If not optimizing for size,
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,