Searched refs:PROB_UNKNOWN (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp776 if (!methodData->is_mature()) return PROB_UNKNOWN;
778 if (!data->is_JumpData()) return PROB_UNKNOWN;
797 return PROB_UNKNOWN;
845 if (prob != PROB_UNKNOWN) return prob;
858 // branch_prediction returned PROB_UNKNOWN, the counts are too small.
869 // This is the only way to return PROB_UNKNOWN:
870 return PROB_UNKNOWN;
877 assert(prob != PROB_UNKNOWN, "must have some guess at this point");
975 if (prob == PROB_UNKNOWN) {
1058 if (prob == PROB_UNKNOWN) {
[all...]
H A Dcfgnode.hpp304 #define PROB_UNKNOWN (-1.0f) macro
H A DloopTransform.cpp125 back->in(0)->as_If()->_prob != PROB_UNKNOWN) {
142 if( iff->_fcnt != COUNT_UNKNOWN && iff->_prob != PROB_UNKNOWN ) {

Completed in 43 milliseconds