Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcoretypes.h441 OPTIMIZE_SIZE_BALANCED, enumerator
Dpredict.cc301 if (bb && ret < OPTIMIZE_SIZE_BALANCED && !maybe_hot_bb_p (cfun, bb)) in optimize_bb_for_size_p()
302 ret = OPTIMIZE_SIZE_BALANCED; in optimize_bb_for_size_p()
333 if (ret < OPTIMIZE_SIZE_BALANCED && !maybe_hot_edge_p (e)) in optimize_edge_for_size_p()
334 ret = OPTIMIZE_SIZE_BALANCED; in optimize_edge_for_size_p()
352 if (ret < OPTIMIZE_SIZE_BALANCED && !crtl->maybe_hot_insn_p) in optimize_insn_for_size_p()
353 ret = OPTIMIZE_SIZE_BALANCED; in optimize_insn_for_size_p()
Dcgraph.h3365 return OPTIMIZE_SIZE_BALANCED; in optimize_for_size_p()