Lines Matching refs:times

13087   int times;  member
13180 ptr->times = 0; in nds32_elf_ifc_insert_symbol()
13737 int times; member
13750 int times; member
13765 int times; member
13828 ret->times = 0; in nds32_elf_code_hash_newfunc()
13855 (temp->next->times >= ptr->times in nds32_elf_ex9_insert_entry()
13856 || temp->times == -1)) in nds32_elf_ex9_insert_entry()
13858 if (temp->times == -1) in nds32_elf_ex9_insert_entry()
13862 if (ptr->times > temp->times && temp->times != -1) in nds32_elf_ex9_insert_entry()
13865 if (temp2->times == -1) in nds32_elf_ex9_insert_entry()
13892 int times; in nds32_elf_examine_insn_times() local
13897 if (h->times < 3) in nds32_elf_examine_insn_times()
13902 ptr->times = h->times; in nds32_elf_examine_insn_times()
13916 times = 0; in nds32_elf_examine_insn_times()
13919 times += m_list->times; in nds32_elf_examine_insn_times()
13922 if (times >= 3) in nds32_elf_examine_insn_times()
13927 ptr->times = times; /* Use the total times. */ in nds32_elf_examine_insn_times()
13938 if (h->times < 3) in nds32_elf_examine_insn_times()
13943 ptr->times = h->times; in nds32_elf_examine_insn_times()
13961 int reservation, times; in nds32_elf_count_insn_times() local
13968 if (h->times < 3) in nds32_elf_count_insn_times()
13972 ptr->times = h->times; in nds32_elf_count_insn_times()
13990 times = 0; in nds32_elf_count_insn_times()
14012 times += m_list->times; in nds32_elf_count_insn_times()
14020 if (reservation < (times / 3)) in nds32_elf_count_insn_times()
14030 ptr->times = h->m_list->times / reservation; in nds32_elf_count_insn_times()
14044 if (m_list->times >= 3) in nds32_elf_count_insn_times()
14048 ptr->times = m_list->times; in nds32_elf_count_insn_times()
14061 if (h->times < 3) in nds32_elf_count_insn_times()
14066 ptr->times = h->times; in nds32_elf_count_insn_times()
14704 else if (ex9_insn->times == -1 in nds32_elf_ex9_replace_instruction()
14853 ex9_relax_size = ex9_insn->times * 2 + ex9_relax_size; in nds32_elf_ex9_total_relax()
15007 ptr->times = -1; in nds32_elf_ex9_import_table()
15516 m_list_new->times = 1; in nds32_elf_ex9_build_hash_table()
15538 m_list->times++; in nds32_elf_ex9_build_hash_table()
15569 m_list_new->times = 1; in nds32_elf_ex9_build_hash_table()
15588 entry->times++; in nds32_elf_ex9_build_hash_table()