Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfinal.cc504 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
513 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
562 align_flags alignment = LABEL_TO_ALIGNMENT (align_label); in align_fuzz()
739 LABEL_TO_ALIGNMENT (label) = max_alignment; in compute_alignments()
783 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
876 align_flags alignment = LABEL_TO_ALIGNMENT (label); in shorten_branches()
894 LABEL_TO_ALIGNMENT (label) = max_alignment; in shorten_branches()
938 log = (LABEL_P (seq) ? LABEL_TO_ALIGNMENT (seq).levels[0].log : 0); in shorten_branches()
995 int label_alignment = LABEL_TO_ALIGNMENT (lab).levels[0].log; in shorten_branches()
1031 int log = LABEL_TO_ALIGNMENT (insn).levels[0].log; in shorten_branches()
[all …]
DChangeLog-201816345 (LABEL_TO_ALIGNMENT): Change to access label_align vector.
16353 (update_alignments): Assign just LABEL_TO_ALIGNMENT.
DChangeLog-199811615 (LABEL_TO_ALIGNMENT, shorten_branches): Update due to type change.
DChangeLog-200922647 (label_to_alignment): Only use LABEL_TO_ALIGNMENT if