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

/freebsd-9.3-release/contrib/gcc/
H A Dfinal.c242 static int align_fuzz (rtx, rtx, int, unsigned);
468 /* Here is an explanation how the algorithm in align_fuzz can give
581 The function align_fuzz calculates the amount we have to add to the
590 For this purpose, align_fuzz with a growth argument of 0 computes the
602 align_fuzz (rtx start, rtx end, int known_align_log, unsigned int growth)
658 any alignment we'd encounter, so we skip the call to align_fuzz. */
668 - align_fuzz (seq, dest, length_unit_log, ~0));
674 + align_fuzz (dest, seq, length_unit_log, ~0));
1209 min_addr -= align_fuzz (rel_lab, insn, rel_align, 0);
1210 min_addr -= align_fuzz (ins
598 align_fuzz (rtx start, rtx end, int known_align_log, unsigned int growth) function
[all...]

Completed in 89 milliseconds