Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDregrename.c706 int old_length = VEC_length (du_head_p, id_to_chain); in regrename_analyze() local
723 VEC_truncate (du_head_p, id_to_chain, old_length); in regrename_analyze()
724 current_id = old_length; in regrename_analyze()
741 dump_def_use_chain (old_length); in regrename_analyze()
HDfinal.c1213 int old_length = insn_lengths[uid]; in shorten_branches() local
1310 if (insn_lengths[uid] != old_length) in shorten_branches()
HDgcc.c4184 unsigned int old_length = VEC_length (const_char_p, argbuf); in insert_wrapper() local
4194 VEC_safe_grow (const_char_p, heap, argbuf, old_length + n); in insert_wrapper()
4197 old_length * sizeof (const_char_p)); in insert_wrapper()
/dragonfly/contrib/gcc-8.0/gcc/
HDregrename.c731 int old_length = id_to_chain.length (); in regrename_analyze() local
748 id_to_chain.truncate (old_length); in regrename_analyze()
749 current_id = old_length; in regrename_analyze()
765 dump_def_use_chain (old_length); in regrename_analyze()
HDfinal.c1275 int old_length = insn_lengths[uid]; in shorten_branches() local
1378 if (insn_lengths[uid] != old_length) in shorten_branches()
HDgcc.c4845 unsigned int old_length = argbuf.length (); in insert_wrapper() local
4855 argbuf.safe_grow (old_length + n); in insert_wrapper()
4858 old_length * sizeof (const_char_p)); in insert_wrapper()