Home
last modified time | relevance | path

Searched refs:max_grow_size (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dshrink-wrap.c772 unsigned max_grow_size = get_uncond_jump_length (); in try_shrink_wrapping() local
773 max_grow_size *= PARAM_VALUE (PARAM_MAX_GROW_COPY_BB_INSNS); in try_shrink_wrapping()
786 if (!can_dup_for_shrink_wrapping (bb, pro, max_grow_size)) in try_shrink_wrapping()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dfunction.c5821 unsigned max_grow_size; in thread_prologue_and_epilogue_insns() local
5975 max_grow_size = get_uncond_jump_length (); in thread_prologue_and_epilogue_insns()
5976 max_grow_size *= PARAM_VALUE (PARAM_MAX_GROW_COPY_BB_INSNS); in thread_prologue_and_epilogue_insns()
5995 else if (size <= max_grow_size) in thread_prologue_and_epilogue_insns()
5998 if (size > max_grow_size) in thread_prologue_and_epilogue_insns()