Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dipa-inline.c250 (dump_file, 2, opts_for_fn (e->caller->decl), in report_inline_failed_reason()
251 opts_for_fn (e->callee->ultimate_alias_target ()->decl)); in report_inline_failed_reason()
280 (opts_for_fn (caller->decl)->x_##flag \
281 != opts_for_fn (callee->decl)->x_##flag \
283 || opts_for_fn (caller->decl)->x_##flag \
284 < opts_for_fn (callee->decl)->x_##flag))
288 (opts_for_fn (caller->decl)->x_##flag \
289 != opts_for_fn (callee->decl)->x_##flag \
291 || opts_for_fn (caller->decl)->x_##flag \
292 > opts_for_fn (callee->decl)->x_##flag))
[all …]
H A Dipa-inline-transform.c344 cl_optimization_restore (&opts, opts_for_fn (to->decl)); in inline_call()
384 cl_optimization_restore (&opts, opts_for_fn (to->decl)); in inline_call()
H A Dipa-icf.c658 cl_optimization *opt1 = opts_for_fn (decl); in equals_wpa()
659 cl_optimization *opt2 = opts_for_fn (item->decl); in equals_wpa()
H A Dtree.h5324 opts_for_fn (const_tree fndecl) in opts_for_fn() function
5344 #define opt_for_fn(fndecl, opt) (opts_for_fn (fndecl)->x_##opt)