HomeSort by: relevance | last modified time | path
    Searched refs:probably_never_executed_bb_p (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
predict.h 59 extern bool probably_never_executed_bb_p (struct function *, const_basic_block);
cfg.cc 494 if (!probably_never_executed_bb_p (fun, bb))
783 that maybe_hot_bb_p and probably_never_executed_bb_p don't ICE. */
823 if (probably_never_executed_bb_p (fun, bb))
bb-reorder.cc 254 || probably_never_executed_bb_p (cfun, bb));
901 || probably_never_executed_bb_p (cfun, bb))
1670 if (probably_never_executed_bb_p (cfun, bb))
predict.cc 236 probably_never_executed_bb_p (struct function *fun, const_basic_block bb) function
4042 if (!probably_never_executed_bb_p (cfun, bb))
  /src/external/gpl3/gcc/dist/gcc/
predict.h 59 extern bool probably_never_executed_bb_p (struct function *, const_basic_block);
cfg.cc 495 if (!probably_never_executed_bb_p (fun, bb))
784 that maybe_hot_bb_p and probably_never_executed_bb_p don't ICE. */
824 if (probably_never_executed_bb_p (fun, bb))
bb-reorder.cc 254 || probably_never_executed_bb_p (cfun, bb));
901 || probably_never_executed_bb_p (cfun, bb))
1670 if (probably_never_executed_bb_p (cfun, bb))
predict.cc 237 probably_never_executed_bb_p (struct function *fun, const_basic_block bb) function
4134 if (!probably_never_executed_bb_p (cfun, bb))

Completed in 44 milliseconds