Searched refs:maybe_hot_bb_p (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dtracer.c77 if (!maybe_hot_bb_p (bb))
H A Dtree-ssa-loop-ivcanon.c378 if (may_increase_size && maybe_hot_bb_p (loop->header))
H A Dcfgcleanup.c1264 && maybe_hot_bb_p (bb1)
1265 && maybe_hot_bb_p (bb2))
1400 && maybe_hot_bb_p (bb1)
1401 && maybe_hot_bb_p (bb2))
H A Dloop-unswitch.c305 if (!maybe_hot_bb_p (loop->header))
H A Dtree-outof-ssa.c711 maybe_hot_bb_p (bb),
740 maybe_hot_bb_p (EXIT_BLOCK_PTR),
799 maybe_hot_bb_p (bb),
1189 maybe_hot_bb_p (bb),
H A Dpredict.c118 maybe_hot_bb_p (basic_block bb) function
1871 if (maybe_hot_bb_p (bb))
H A Dloop-unroll.c297 if (!maybe_hot_bb_p (loop->header))
401 if (!maybe_hot_bb_p (loop->header))
H A Dbasic-block.h874 extern bool maybe_hot_bb_p (basic_block);
H A Dcfg.c500 if (maybe_hot_bb_p (bb))
H A Dvalue-prof.c113 if (!maybe_hot_bb_p (bb))
H A Dbb-reorder.c1176 if (code_may_grow && maybe_hot_bb_p (bb))
H A Dtree-ssa-live.c1477 maybe_hot_bb_p (bb), false));
H A Dfinal.c753 && maybe_hot_bb_p (bb)
/freebsd-10.1-release/contrib/gcc/config/i386/
H A Di386.c18700 || !maybe_hot_bb_p (bb))

Completed in 268 milliseconds