Home
last modified time | relevance | path

Searched refs:CLEANUP_EXPENSIVE (Results 1 – 18 of 18) sorted by relevance

/trueos/contrib/gcc/
HDtracer.c380 cleanup_cfg (CLEANUP_EXPENSIVE); in tracer()
396 cleanup_cfg (CLEANUP_EXPENSIVE); in rest_of_handle_tracer()
HDloop-init.c215 cleanup_cfg (CLEANUP_EXPENSIVE); in rtl_loop_done()
HDcfgcleanup.c784 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()
HDweb.c303 cleanup_cfg (CLEANUP_EXPENSIVE); in rest_of_handle_web()
HDrtl-factoring.c1403 cleanup_cfg (CLEANUP_EXPENSIVE | in rtl_seqabstr()
1424 cleanup_cfg (CLEANUP_EXPENSIVE | in rest_of_rtl_seqabstr()
HDbb-reorder.c2214 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()
HDbasic-block.h826 #define CLEANUP_EXPENSIVE 1 /* Do relatively expensive optimizations macro
HDregmove.c2495 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()
HDifcvt.c3960 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()
HDflow.c633 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()
HDreg-stack.c3181 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()
HDbt-load.c1478 cleanup_cfg (optimize ? CLEANUP_EXPENSIVE : 0); in branch_target_load_optimize()
HDgcse.c6624 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()
HDsched-rgn.c3337 cleanup_cfg (CLEANUP_EXPENSIVE); in rest_of_handle_sched2()
HDsee.c3760 cleanup_cfg (CLEANUP_EXPENSIVE); in rest_of_handle_see()
HDcse.c7997 cleanup_cfg (CLEANUP_EXPENSIVE); in rest_of_handle_cse()
8051 cleanup_cfg (CLEANUP_EXPENSIVE); in rest_of_handle_cse2()
HDcombine.c12631 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_UPDATE_LIFE); in rest_of_handle_combine()
HDChangeLog-200117838 * basic-block.h (CLEANUP_EXPENSIVE, CLEANUP_CROSSJUMP,