HomeSort by: relevance | last modified time | path
    Searched refs:growth (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
ipa-inline-analysis.cc 124 /* Allocate edge growth caches. */
138 /* Free growth caches. */
312 /* Return estimated callee growth after inlining EDGE.
346 /* Estimate the growth of the caller when inlining EDGE.
403 int growth; member in struct:growth_data
408 /* Worker for do_estimate_growth. Collect growth for all callers. */
436 d->growth += estimate_edge_growth (e);
437 if (d->growth > d->cap)
466 /* Estimate the growth caused by inlining NODE into all callers. */
477 /* For self recursive functions the growth estimation really should b
    [all...]
ipa-inline.cc 28 by the limits specified by user (allowed function growth, growth and so
180 limits on function unit growth or stack usage growth.
182 The relative function body growth limit is present generally
187 For stack growth limits we always base the growth in stack usage
204 described above, we want to base our function growth
364 caller growth limits allow doing so.
516 caller growth limits allow doing so. *
649 int growth = estimate_edge_growth (e); local
801 int min_growth = estimate_min_edge_growth (e), growth = 0; local
1000 int growth = estimate_edge_growth (e); local
1275 int growth; local
2203 int growth; local
    [all...]
ipa-fnsummary.h 135 growth (0), scc_no (0)
150 growth (s.growth), scc_no (s.scc_no)
203 /* Estimated growth for inlining all copies of the function before start
208 int growth; variable
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-inline-analysis.cc 121 /* Allocate edge growth caches. */
135 /* Free growth caches. */
305 /* Return estimated callee growth after inlining EDGE.
339 /* Estimate the growth of the caller when inlining EDGE.
396 int growth; member in struct:growth_data
401 /* Worker for do_estimate_growth. Collect growth for all callers. */
429 d->growth += estimate_edge_growth (e);
430 if (d->growth > d->cap)
459 /* Estimate the growth caused by inlining NODE into all callers. */
470 /* For self recursive functions the growth estimation really should b
    [all...]
ipa-inline.cc 28 by the limits specified by user (allowed function growth, growth and so
132 limits on function unit growth or stack usage growth.
134 The relative function body growth limit is present generally
139 For stack growth limits we always base the growth in stack usage
156 described above, we want to base our function growth
316 caller growth limits allow doing so.
449 caller growth limits allow doing so.
586 int growth = estimate_edge_growth (e); local
706 int min_growth = estimate_min_edge_growth (e), growth = 0; local
905 int growth = estimate_edge_growth (e); local
1175 int growth; local
2093 int growth; local
    [all...]
ipa-fnsummary.h 135 growth (0), scc_no (0)
150 growth (s.growth), scc_no (s.scc_no)
201 /* Estimated growth for inlining all copies of the function before start
206 int growth; variable
  /src/sys/external/bsd/drm/dist/bsd-core/radeon/
Makefile 12 CFLAGS += --param large-function-growth=1000
  /src/external/gpl3/gcc/dist/gcc/config/mcore/
mcore.cc 79 int growth[MAX_STACK_GROWS]; member in struct:mcore_frame
1748 the most appropriate stack growth and register saves to either:
1752 for (i = 0; i < ARRAY_SIZE (infp->growth); i++)
1753 infp->growth[i] = 0;
1782 infp->growth[growths++] = step;
1788 infp->growth[growths++] = outbounds;
1814 infp->growth[growths++] = step;
1828 infp->growth[growths++] = step;
1836 infp->growth[growths++] = outbounds;
1846 infp->growth[growths++] = regarg
1976 int growth = 0; local
2109 int growth = MAX_STACK_GROWS - 1 ; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/mcore/
mcore.cc 79 int growth[MAX_STACK_GROWS]; member in struct:mcore_frame
1748 the most appropriate stack growth and register saves to either:
1752 for (i = 0; i < ARRAY_SIZE (infp->growth); i++)
1753 infp->growth[i] = 0;
1782 infp->growth[growths++] = step;
1788 infp->growth[growths++] = outbounds;
1814 infp->growth[growths++] = step;
1828 infp->growth[growths++] = step;
1836 infp->growth[growths++] = outbounds;
1846 infp->growth[growths++] = regarg
1975 int growth = 0; local
2108 int growth = MAX_STACK_GROWS - 1 ; local
    [all...]
  /src/external/mpl/dhcp/dist/server/
leasechain.c 312 if (lc->growth == 0)
315 temp_size = lc->total + lc->growth;
689 * \brief Set the growth value. This is the number of elements to
693 * \param growth the growth value to use
696 lc_init_growth(struct leasechain *lc, size_t growth) {
697 lc->growth = growth;
  /src/external/gpl3/binutils/dist/gas/
write.c 2550 offsetT growth; local
2642 growth = this_type->rlx_length - start_type->rlx_length;
2643 if (growth != 0)
2645 return growth;
2848 offsetT growth = 0; local
2862 growth = 0;
2879 growth = 0;
2907 growth += md_short_jump_size;
2927 growth += md_long_jump_size;
2953 growth = newoff - oldoff
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
write.c 2548 offsetT growth; local
2640 growth = this_type->rlx_length - start_type->rlx_length;
2641 if (growth != 0)
2643 return growth;
2846 offsetT growth = 0; local
2860 growth = 0;
2877 growth = 0;
2905 growth += md_short_jump_size;
2925 growth += md_long_jump_size;
2951 growth = newoff - oldoff
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/src/
rculfhash.c 642 void cds_lfht_resize_lazy_grow(struct cds_lfht *ht, unsigned long size, int growth);
821 int growth; local
824 * Ideal growth calculated based on chain length.
826 growth = cds_lfht_get_count_order_u32(chain_len
829 && (size << growth)
833 * If ideal growth expands the hash table size
841 growth = COUNT_COMMIT_ORDER + split_count_order
843 if (growth <= 0)
846 cds_lfht_resize_lazy_grow(ht, size, growth);
2236 void cds_lfht_resize_lazy_grow(struct cds_lfht *ht, unsigned long size, int growth)
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-epiphany.c 678 long growth = 0;
700 growth = relax_frag (segment, fragP, stretch);
702 return growth;
711 The guess for fr_var is ACTUALLY the growth beyond fr_fix.
671 long growth = 0; local
tc-mep.c 1459 int growth;
1520 ACTUALLY the growth beyond fr_fix. Whatever we do to grow fr_fix
1582 return subtype_mappings[fragP->fr_subtype].growth;
1585 /* VLIW does relaxing, but not growth. */
1642 fragP->fr_fix += subtype_mappings[fragP->fr_subtype].growth;
1701 growth, so we must manually handle converting out-of-range BEQ
1739 if (subtype_mappings[fragP->fr_subtype].growth)
1742 fragP->fr_fix += subtype_mappings[fragP->fr_subtype].growth;
1456 int growth; member in struct:__anon10064
tc-m32r.c 1648 long growth = 0;
1656 growth = 2;
1664 growth = -2;
1669 growth = relax_frag (segment, fragP, stretch);
1675 growth += 2;
1679 return growth;
1688 The guess for fr_var is ACTUALLY the growth beyond fr_fix.
1643 long growth = 0; local
tc-tic54x.c 5234 int growth = 0; local
5256 growth = 0;
5277 growth = -frag->fr_fix;
5289 growth = 0;
5303 growth = -frag->fr_fix;
5312 growth = (size + 15) / 16 * OCTETS_PER_BYTE - frag->fr_fix;
5313 for (i = 0; i < growth; i++)
5315 frag->fr_fix = growth;
5326 return growth;
tc-cris.c 522 long growth; local
604 growth = this_type->rlx_length - start_type->rlx_length;
605 if (growth != 0)
607 return growth;
618 is *actually* the growth beyond fr_fix. Whatever we do to grow fr_fix
tc-arc.c 3203 is *actually* the growth beyond fr_fix. Whatever we do to grow fr_fix
3213 int growth; local
3231 growth = md_relax_table[fragP->fr_subtype].rlx_length;
3232 fragP->fr_var = growth;
3235 fragP->fr_file, fragP->fr_line, growth);
3237 return growth;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-epiphany.c 678 long growth = 0;
700 growth = relax_frag (segment, fragP, stretch);
702 return growth;
711 The guess for fr_var is ACTUALLY the growth beyond fr_fix.
671 long growth = 0; local
tc-mep.c 1459 int growth;
1520 ACTUALLY the growth beyond fr_fix. Whatever we do to grow fr_fix
1582 return subtype_mappings[fragP->fr_subtype].growth;
1585 /* VLIW does relaxing, but not growth. */
1642 fragP->fr_fix += subtype_mappings[fragP->fr_subtype].growth;
1701 growth, so we must manually handle converting out-of-range BEQ
1739 if (subtype_mappings[fragP->fr_subtype].growth)
1742 fragP->fr_fix += subtype_mappings[fragP->fr_subtype].growth;
1456 int growth; member in struct:__anon11536
tc-m32r.c 1648 long growth = 0;
1656 growth = 2;
1664 growth = -2;
1669 growth = relax_frag (segment, fragP, stretch);
1675 growth += 2;
1679 return growth;
1688 The guess for fr_var is ACTUALLY the growth beyond fr_fix.
1643 long growth = 0; local
tc-tic54x.c 5234 int growth = 0; local
5256 growth = 0;
5277 growth = -frag->fr_fix;
5289 growth = 0;
5303 growth = -frag->fr_fix;
5312 growth = (size + 15) / 16 * OCTETS_PER_BYTE - frag->fr_fix;
5313 for (i = 0; i < growth; i++)
5315 frag->fr_fix = growth;
5326 return growth;
tc-cris.c 522 long growth; local
604 growth = this_type->rlx_length - start_type->rlx_length;
605 if (growth != 0)
607 return growth;
618 is *actually* the growth beyond fr_fix. Whatever we do to grow fr_fix
tc-arc.c 3206 is *actually* the growth beyond fr_fix. Whatever we do to grow fr_fix
3216 int growth; local
3234 growth = md_relax_table[fragP->fr_subtype].rlx_length;
3235 fragP->fr_var = growth;
3238 fragP->fr_file, fragP->fr_line, growth);
3240 return growth;

Completed in 99 milliseconds

1 2