Home
last modified time | relevance | path

Searched refs:maybe_hot_insn_p (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Demit-rtl.h221 bool maybe_hot_insn_p; member
H A Dcfgloopanal.c364 crtl->maybe_hot_insn_p = speed; in init_set_costs()
H A Dpredict.c341 return optimize_function_for_size_p (cfun) || !crtl->maybe_hot_insn_p; in optimize_insn_for_size_p()
426 crtl->maybe_hot_insn_p = maybe_hot_bb_p (cfun, bb); in rtl_profile_for_bb()
434 crtl->maybe_hot_insn_p = maybe_hot_edge_p (e); in rtl_profile_for_edge()
441 crtl->maybe_hot_insn_p = true; in default_rtl_profile()
H A Dexpmed.c281 crtl->maybe_hot_insn_p = speed; in init_expmed()
H A Dtree-ssa-loop-ivopts.c3780 crtl->maybe_hot_insn_p = speed; in computation_cost()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dpredict.c284 return optimize_function_for_size_p (cfun) || !crtl->maybe_hot_insn_p; in optimize_insn_for_size_p()
369 crtl->maybe_hot_insn_p = maybe_hot_bb_p (bb); in rtl_profile_for_bb()
377 crtl->maybe_hot_insn_p = maybe_hot_edge_p (e); in rtl_profile_for_edge()
384 crtl->maybe_hot_insn_p = true; in default_rtl_profile()
H A Dfunction.h406 bool maybe_hot_insn_p; member
H A Dcfgloopanal.c353 crtl->maybe_hot_insn_p = speed; in init_set_costs()
H A Dtree-ssa-loop-ivopts.c2871 crtl->maybe_hot_insn_p = speed; in computation_cost()
H A Dexpmed.c198 crtl->maybe_hot_insn_p = speed; in init_expmed()