Home
last modified time | relevance | path

Searched refs:LTO_PARTITION_BALANCED (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dflag-types.h316 LTO_PARTITION_BALANCED = 2, enumerator
H A Dcommon.opt1953 Enum(lto_partition_model) String(balanced) Value(LTO_PARTITION_BALANCED)
1962 …oined RejectNegative Enum(lto_partition_model) Var(flag_lto_partition) Init(LTO_PARTITION_BALANCED)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dflag-types.h385 LTO_PARTITION_BALANCED = 2, enumerator
H A Dcommon.opt2075 Enum(lto_partition_model) String(balanced) Value(LTO_PARTITION_BALANCED)
2084 …oined RejectNegative Enum(lto_partition_model) Var(flag_lto_partition) Init(LTO_PARTITION_BALANCED)
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto.cc524 else if (flag_lto_partition == LTO_PARTITION_BALANCED) in do_whole_program_analysis()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto.c498 else if (flag_lto_partition == LTO_PARTITION_BALANCED) in do_whole_program_analysis()