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

  /src/external/gpl3/gcc.old/dist/gcc/
cfgloopanal.cc 292 && count_latch.reliable_p () && count_in.reliable_p ())
profile-count.h 249 bool reliable_p () const function
792 bool reliable_p () const function
profile.cc 1551 if (loop->header->count > 0 && loop->header->count.reliable_p ())
tree-ssa-loop-split.cc 1463 if (prob.reliable_p ())
cfgloop.cc 2018 if (loop->header->count.reliable_p ())
tree-ssa-loop-niter.cc 4378 && loop->header->count.reliable_p ())
  /src/external/gpl3/gcc/dist/gcc/
cfgloopanal.cc 309 *reliable = count_in.reliable_p () && header_count.reliable_p ();
tree-ssa-loop-split.cc 729 sreal scale = true_edge->probability.reliable_p ()
731 sreal scale2 = false_edge->probability.reliable_p ()
1572 if (prob.reliable_p ())
profile-count.h 254 bool reliable_p () const function
848 bool reliable_p () const function

Completed in 87 milliseconds