Searched refs:CLEANUP_EXPENSIVE (Results 1 – 18 of 18) sorted by relevance
380 cleanup_cfg (CLEANUP_EXPENSIVE); in tracer()396 cleanup_cfg (CLEANUP_EXPENSIVE); in rest_of_handle_tracer()
215 cleanup_cfg (CLEANUP_EXPENSIVE); in rtl_loop_done()
784 else if (mode & CLEANUP_EXPENSIVE) in merge_blocks_move()2103 if ((mode & CLEANUP_EXPENSIVE) in try_optimize_cfg()2255 && (mode & CLEANUP_EXPENSIVE) in cleanup_cfg()2312 cleanup_cfg ((optimize ? CLEANUP_EXPENSIVE : 0) in rest_of_handle_jump2()2318 cleanup_cfg (CLEANUP_EXPENSIVE); in rest_of_handle_jump2()
303 cleanup_cfg (CLEANUP_EXPENSIVE); in rest_of_handle_web()
1403 cleanup_cfg (CLEANUP_EXPENSIVE | in rtl_seqabstr()1424 cleanup_cfg (CLEANUP_EXPENSIVE | in rest_of_rtl_seqabstr()
2214 changed = cleanup_cfg (CLEANUP_EXPENSIVE | liveness_flags); in rest_of_handle_reorder_blocks()2227 changed |= cleanup_cfg (CLEANUP_EXPENSIVE | liveness_flags); in rest_of_handle_reorder_blocks()
826 #define CLEANUP_EXPENSIVE 1 /* Do relatively expensive optimizations macro
2495 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_UPDATE_LIFE); in rest_of_handle_regmove()2528 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_UPDATE_LIFE in rest_of_handle_stack_adjustments()
3960 cleanup_cfg (CLEANUP_EXPENSIVE); in rest_of_handle_if_conversion()3966 cleanup_cfg (CLEANUP_EXPENSIVE); in rest_of_handle_if_conversion()4037 cleanup_cfg (CLEANUP_EXPENSIVE in rest_of_handle_if_after_reload()
633 cleanup_cfg (CLEANUP_EXPENSIVE); in update_life_info()4696 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_UPDATE_LIFE | CLEANUP_LOG_LINKS in rest_of_handle_life()4752 cleanup_cfg (CLEANUP_EXPENSIVE); in rest_of_handle_flow2()
3181 if (cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_POST_REGSTACK in rest_of_handle_stack_regs()3186 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_POST_REGSTACK); in rest_of_handle_stack_regs()
1478 cleanup_cfg (optimize ? CLEANUP_EXPENSIVE : 0); in branch_target_load_optimize()
6624 cleanup_cfg (CLEANUP_EXPENSIVE); in rest_of_handle_jump_bypass()6630 cleanup_cfg (CLEANUP_EXPENSIVE); in rest_of_handle_jump_bypass()6696 cleanup_cfg (CLEANUP_EXPENSIVE); in rest_of_handle_gcse()
3337 cleanup_cfg (CLEANUP_EXPENSIVE); in rest_of_handle_sched2()
3760 cleanup_cfg (CLEANUP_EXPENSIVE); in rest_of_handle_see()
7997 cleanup_cfg (CLEANUP_EXPENSIVE); in rest_of_handle_cse()8051 cleanup_cfg (CLEANUP_EXPENSIVE); in rest_of_handle_cse2()
12631 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_UPDATE_LIFE); in rest_of_handle_combine()
17838 * basic-block.h (CLEANUP_EXPENSIVE, CLEANUP_CROSSJUMP,