| /freebsd-11-stable/contrib/binutils/gas/ |
| HD | write.c | 1870 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 …]
|
| HD | config.in | 187 direction of stack growth for your system; otherwise it will be 191 STACK_DIRECTION = 0 => direction of growth unknown */
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | ipa-inline.c | 225 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 …]
|
| HD | params.def | 186 "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…
|
| HD | final.c | 598 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/ |
| HD | obstacks.texi | 442 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.
|
| HD | aclocal.m4 | 168 [Define if you know the direction of stack growth for your system; 172 STACK_DIRECTION = 0 => direction of growth unknown])
|
| HD | config.in | 409 /* 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/ |
| HD | obstacks.texi | 442 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.
|
| HD | aclocal.m4 | 167 [Define if you know the direction of stack growth for your system; 171 STACK_DIRECTION = 0 => direction of growth unknown])
|
| HD | config.in | 409 /* 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/ |
| HD | tc-mep.c | 1143 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/ |
| HD | NCOL | 177 growth
|
| HD | SETR | 95 .H 4 "grout grove grovel Grover grow growl grown grownup growth grub grubby"
|
| HD | IND | 186 .IND growth 1238 .IND growth 2283 .IND growth 3328 .IND growth
|
| /freebsd-11-stable/sys/conf/ |
| HD | kern.pre.mk | 83 CFLAGS.gcc+= --param inline-unit-growth=${CFLAGS_PARAM_INLINE_UNIT_GROWTH} 84 CFLAGS.gcc+= --param large-function-growth=${CFLAGS_PARAM_LARGE_FUNCTION_GROWTH}
|
| HD | kmod.mk | 130 CFLAGS.gcc+= --param inline-unit-growth=100 131 CFLAGS.gcc+= --param large-function-growth=1000
|
| /freebsd-11-stable/contrib/binutils/binutils/ |
| HD | config.in | 177 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/ |
| HD | frm_driver.c | 640 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/ |
| HD | config.in | 250 direction of stack growth for your system; otherwise it will be 254 STACK_DIRECTION = 0 => direction of growth unknown */
|
| /freebsd-11-stable/contrib/opie/ |
| HD | config.h.in | 43 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/ |
| HD | config.h.in | 815 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/ |
| HD | apr_private.h.in | 861 direction of stack growth for your system; otherwise it will be 865 STACK_DIRECTION = 0 => direction of growth unknown */
|
| /freebsd-11-stable/contrib/ntp/ |
| HD | config.h.in | 1562 direction of stack growth for your system; otherwise it will be 1566 STACK_DIRECTION = 0 => direction of growth unknown */
|
| /freebsd-11-stable/contrib/jemalloc/ |
| HD | ChangeLog | 664 growth-triggered heap profile dumps. 675 interval- and growth-triggered heap profiles.
|