HomeSort by: relevance | last modified time | path
    Searched defs:orig_count (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 4653 profile_count orig_count = n->count; local
4659 profile_count::adjust_for_ipa_scaling (&new_count, &orig_count);
4662 cs->count = cs->count.apply_scale (new_count, orig_count);
4666 cs->count = cs->count.apply_scale (new_count, orig_count);
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 1852 size_t orig_count = all_relocations_count;
1853 sz = (orig_count + nentries) * sizeof (elf_relocation);
1855 all_relocations = all_relocations_root + orig_count;
1849 size_t orig_count = all_relocations_count; local
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 5305 unsigned int orig_count)
5325 m_nstmts += orig_count;
5332 m_nloads += orig_count;
5340 m_nstores += orig_count;
5353 m_reduc_factor = MAX (basic_cost * orig_count, m_reduc_factor);
5412 unsigned int orig_count = count;
5416 update_target_cost_per_stmt (kind, stmt_info, where, orig_count);
5402 unsigned int orig_count = count; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 5361 unsigned int orig_count)
5381 m_nstmts += orig_count;
5385 m_nloads += orig_count;
5443 unsigned int orig_count = count;
5447 update_target_cost_per_stmt (kind, stmt_info, where, orig_count);
5433 unsigned int orig_count = count; local

Completed in 86 milliseconds