Home
last modified time | relevance | path

Searched refs:growth (Results 1 – 25 of 52) sorted by relevance

123

/freebsd-11-stable/contrib/binutils/gas/
HDwrite.c1870 offsetT growth; in relax_frag() local
1950 growth = this_type->rlx_length - start_type->rlx_length; in relax_frag()
1951 if (growth != 0) in relax_frag()
1953 return growth; in relax_frag()
2136 offsetT growth = 0; in relax_segment() local
2150 growth = 0; in relax_segment()
2167 growth = 0; in relax_segment()
2195 growth += md_short_jump_size; in relax_segment()
2208 growth += md_long_jump_size; in relax_segment()
2234 growth = newoff - oldoff; in relax_segment()
[all …]
HDconfig.in187 direction of stack growth for your system; otherwise it will be
191 STACK_DIRECTION = 0 => direction of growth unknown */
/freebsd-11-stable/contrib/gcc/
HDipa-inline.c225 int growth = 0; in cgraph_estimate_growth() local
232 growth += (cgraph_estimate_size_after_inlining (1, e->caller, node) in cgraph_estimate_growth()
239 growth -= node->global.insns; in cgraph_estimate_growth()
241 node->global.estimated_growth = growth; in cgraph_estimate_growth()
242 return growth; in cgraph_estimate_growth()
388 int growth = in cgraph_edge_badness() local
390 growth -= edge->caller->global.insns; in cgraph_edge_badness()
393 if (growth <= 0) in cgraph_edge_badness()
394 return INT_MIN - growth; in cgraph_edge_badness()
395 return ((int)((double)edge->count * INT_MIN / max_count)) / growth; in cgraph_edge_badness()
[all …]
HDparams.def186 "large-function-growth",
187 "Maximal growth due to inlining of large function (in percent)",
194 "inline-unit-growth",
354 "tracer-max-code-growth",
355 "Maximal code growth caused by tail duplication (in percent)",
359 …"Stop reverse growth if the reverse probability of best edge is less than this threshold (in perce…
363 …"Stop forward growth if the probability of best edge is less than this threshold (in percent). Use…
367 …"Stop forward growth if the probability of best edge is less than this threshold (in percent). Use…
HDfinal.c598 align_fuzz (rtx start, rtx end, int known_align_log, unsigned int growth) in align_fuzz() argument
620 fuzz += (-align_addr ^ growth) & (new_align - known_align); in align_fuzz()
/freebsd-11-stable/contrib/binutils/libiberty/
HDobstacks.texi442 whether there is room for the new growth in the current chunk. If you
443 are frequently constructing objects in small steps of growth, this
446 You can reduce the overhead by using special ``fast growth''
450 have not saved anything, because that is what the ordinary growth
462 @var{obstack} using the fast growth functions.
465 While you know there is room, you can use these fast growth functions
499 enough room for what you want to add, the fast growth functions
501 growth function instead. Very soon this will copy the object to a
504 So, each time you use an ordinary growth function, check afterward for
507 start using the fast growth functions again.
HDaclocal.m4168 [Define if you know the direction of stack growth for your system;
172 STACK_DIRECTION = 0 => direction of growth unknown])
HDconfig.in409 /* Define if you know the direction of stack growth for your system; otherwise
412 STACK_DIRECTION = 0 => direction of growth unknown */
/freebsd-11-stable/contrib/gcclibs/libiberty/
HDobstacks.texi442 whether there is room for the new growth in the current chunk. If you
443 are frequently constructing objects in small steps of growth, this
446 You can reduce the overhead by using special ``fast growth''
450 have not saved anything, because that is what the ordinary growth
462 @var{obstack} using the fast growth functions.
465 While you know there is room, you can use these fast growth functions
499 enough room for what you want to add, the fast growth functions
501 growth function instead. Very soon this will copy the object to a
504 So, each time you use an ordinary growth function, check afterward for
507 start using the fast growth functions again.
HDaclocal.m4167 [Define if you know the direction of stack growth for your system;
171 STACK_DIRECTION = 0 => direction of growth unknown])
HDconfig.in409 /* Define if you know the direction of stack growth for your system; otherwise
412 STACK_DIRECTION = 0 => direction of growth unknown */
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-mep.c1143 int growth; member
1254 return subtype_mappings[fragP->fr_subtype].growth; in md_estimate_size_before_relax()
1290 fragP->fr_fix += subtype_mappings[fragP->fr_subtype].growth; in md_convert_frag()
1382 if (subtype_mappings[fragP->fr_subtype].growth) in md_convert_frag()
1384 fragP->fr_fix += subtype_mappings[fragP->fr_subtype].growth; in md_convert_frag()
/freebsd-11-stable/contrib/groff/contrib/mm/examples/
HDNCOL177 growth
HDSETR95 .H 4 "grout grove grovel Grover grow growl grown grownup growth grub grubby"
HDIND186 .IND growth
1238 .IND growth
2283 .IND growth
3328 .IND growth
/freebsd-11-stable/sys/conf/
HDkern.pre.mk83 CFLAGS.gcc+= --param inline-unit-growth=${CFLAGS_PARAM_INLINE_UNIT_GROWTH}
84 CFLAGS.gcc+= --param large-function-growth=${CFLAGS_PARAM_LARGE_FUNCTION_GROWTH}
HDkmod.mk130 CFLAGS.gcc+= --param inline-unit-growth=100
131 CFLAGS.gcc+= --param large-function-growth=1000
/freebsd-11-stable/contrib/binutils/binutils/
HDconfig.in177 direction of stack growth for your system; otherwise it will be
181 STACK_DIRECTION = 0 => direction of growth unknown */
/freebsd-11-stable/contrib/ncurses/form/
HDfrm_driver.c640 int growth; in Field_Grown() local
651 growth = field->cols * amount; in Field_Grown()
653 growth = Minimum(field->maxgrow - field->dcols, growth); in Field_Grown()
654 field->dcols += growth; in Field_Grown()
660 growth = (field->rows + field->nrow) * amount; in Field_Grown()
662 growth = Minimum(field->maxgrow - field->drows, growth); in Field_Grown()
663 field->drows += growth; in Field_Grown()
/freebsd-11-stable/contrib/gcclibs/libcpp/
HDconfig.in250 direction of stack growth for your system; otherwise it will be
254 STACK_DIRECTION = 0 => direction of growth unknown */
/freebsd-11-stable/contrib/opie/
HDconfig.h.in43 direction of stack growth for your system; otherwise it will be
47 STACK_DIRECTION = 0 => direction of growth unknown
/freebsd-11-stable/contrib/ntp/sntp/
HDconfig.h.in815 direction of stack growth for your system; otherwise it will be
819 STACK_DIRECTION = 0 => direction of growth unknown */
/freebsd-11-stable/contrib/apr/include/arch/unix/
HDapr_private.h.in861 direction of stack growth for your system; otherwise it will be
865 STACK_DIRECTION = 0 => direction of growth unknown */
/freebsd-11-stable/contrib/ntp/
HDconfig.h.in1562 direction of stack growth for your system; otherwise it will be
1566 STACK_DIRECTION = 0 => direction of growth unknown */
/freebsd-11-stable/contrib/jemalloc/
HDChangeLog664 growth-triggered heap profile dumps.
675 interval- and growth-triggered heap profiles.

123