Home
last modified time | relevance | path

Searched refs:LABEL_TO_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dfinal.c538 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
550 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
607 known_align_log = LABEL_TO_ALIGNMENT (align_label); in align_fuzz()
797 LABEL_TO_ALIGNMENT (label) = max_log; in compute_alignments()
846 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
947 log = LABEL_TO_ALIGNMENT (label); in shorten_branches()
977 LABEL_TO_ALIGNMENT (label) = max_log; in shorten_branches()
1026 log = (LABEL_P (seq) ? LABEL_TO_ALIGNMENT (seq) : 0); in shorten_branches()
1081 if (min_align > LABEL_TO_ALIGNMENT (lab)) in shorten_branches()
1082 min_align = LABEL_TO_ALIGNMENT (lab); in shorten_branches()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dfinal.c564 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
576 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
634 known_align_log = LABEL_TO_ALIGNMENT (align_label); in align_fuzz()
811 LABEL_TO_ALIGNMENT (label) = max_log; in compute_alignments()
923 log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
954 LABEL_TO_ALIGNMENT (insn) = max_log; in shorten_branches()
1002 log = (LABEL_P (seq) ? LABEL_TO_ALIGNMENT (seq) : 0); in shorten_branches()
1050 if (min_align > LABEL_TO_ALIGNMENT (lab)) in shorten_branches()
1051 min_align = LABEL_TO_ALIGNMENT (lab); in shorten_branches()
1080 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
[all …]