Searched refs:old_length (Results 1 – 6 of 6) sorted by relevance
706 int old_length = VEC_length (du_head_p, id_to_chain); in regrename_analyze() local723 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()
1213 int old_length = insn_lengths[uid]; in shorten_branches() local1310 if (insn_lengths[uid] != old_length) in shorten_branches()
4184 unsigned int old_length = VEC_length (const_char_p, argbuf); in insert_wrapper() local4194 VEC_safe_grow (const_char_p, heap, argbuf, old_length + n); in insert_wrapper()4197 old_length * sizeof (const_char_p)); in insert_wrapper()
731 int old_length = id_to_chain.length (); in regrename_analyze() local748 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()
1275 int old_length = insn_lengths[uid]; in shorten_branches() local1378 if (insn_lengths[uid] != old_length) in shorten_branches()
4845 unsigned int old_length = argbuf.length (); in insert_wrapper() local4855 argbuf.safe_grow (old_length + n); in insert_wrapper()4858 old_length * sizeof (const_char_p)); in insert_wrapper()