Searched refs:computed (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-object-size.c67 /* Bitmaps what object sizes have been computed already. */
68 static bitmap computed[4]; variable
344 if (!bitmap_bit_p (computed[object_size_type], SSA_NAME_VERSION (ptr)))
367 can be computed. osi.reexamine bitmap at the end will
376 increased or all object sizes are computed. */
432 bitmap_set_bit (computed[object_size_type], i);
652 if (bitmap_bit_p (computed[object_size_type], varno))
763 bitmap_set_bit (computed[object_size_type], varno);
800 bitmap_set_bit (computed[osi->object_size_type], *sp);
960 computed[object_size_typ
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcoffcode.h3334 unsigned int computed;
3352 computed = coff_compute_checksum (abfd);
3354 checksum = computed + pelength;
3333 unsigned int computed; local
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c987 for outgoing arguments will be computed and placed into the variable
4495 sse_prologue_save insn template that produces computed jump across
5414 /* Fill structure ix86_frame about frame of currently computed function. */
17399 (plus soft-fp const_int). Which can only be computed into general
17804 cost has been computed, and false if subexpressions should be
18504 x86_field_alignment (tree field, int computed)
18510 return computed;
18516 return MIN (32, computed);
18517 return computed;
18473 x86_field_alignment(tree field, int computed) argument
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c2649 rs6000_special_round_type_align (tree type, unsigned int computed,
2652 unsigned int align = MAX (computed, specified);
18790 cost has been computed, and false if subexpressions should be
2641 rs6000_special_round_type_align(tree type, unsigned int computed, unsigned int specified) argument

Completed in 399 milliseconds