Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dflag-types.h385 LTO_PARTITION_BALANCED = 2, enumerator
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/
Dlto.cc524 else if (flag_lto_partition == LTO_PARTITION_BALANCED) in do_whole_program_analysis()