Searched refs:align_labels (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | toplev.c | 1605 if (align_labels <= 0) align_labels = 1; in process_options() 1606 align_labels_log = floor_log2 (align_labels * 2 - 1); in process_options() 1607 if (align_labels_max_skip > align_labels || !align_labels) in process_options() 1608 align_labels_max_skip = align_labels - 1; in process_options()
|
| H A D | opts.c | 548 align_labels = 1; in decode_options() 812 align_labels = value; in common_handle_option()
|
| H A D | common.opt | 258 Common Report Var(align_labels,0)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | flags.h | 630 extern int align_labels;
|
| H A D | toplev.c | 917 int align_labels; variable 1178 {"align-labels", &align_labels, 0, 4106 align_labels 4107 = read_integral_parameter (option_value, arg - 2, align_labels); 5006 align_labels = 1; 5160 if (align_labels <= 0) align_labels = 1; in process_options() 5161 align_labels_log = floor_log2 (align_labels * 2 - 1); in process_options() 5162 if (align_labels_max_skip > align_labels || !align_labels) in process_options() 5163 align_labels_max_skip = align_labels - 1; in process_options()
|
| H A D | ChangeLog.2 | 9427 align_jumps, align_jumps_log, align_labels, align_labels_log, 9436 (LABEL_ALIGN_MAX_SKIP): Default to align_labels-1.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | tm.texi | 7634 to set the variable @code{align_labels} in the target's 7636 selection in @code{align_labels} in a @code{LABEL_ALIGN} implementation.
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | tm.texi | 8109 to set the variable @code{align_labels} in the target's 8111 selection in @code{align_labels} in a @code{LABEL_ALIGN} implementation.
|
| H A D | gccint.info | 26381 to set the variable `align_labels' in the target's 26383 selection in `align_labels' in a `LABEL_ALIGN' implementation.
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 4861 defm align_labels : BooleanFFlag<"align-labels">, Group<clang_ignored_gcc_optimization_f_Group>;
|