Searched refs:PROB_MAX (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DloopUnswitch.cpp230 IfNode* iff = new (C) IfNode(entry, bol, PROB_MAX, COUNT_UNKNOWN);
H A Dparse2.cpp136 { BuildCutout unless(this, tst, PROB_MAX);
814 prob = (1+PROB_MAX) / 2;
817 if (prob > PROB_MAX) prob = PROB_MAX;
826 if (prob >= PROB_MAX) prob_str = (prob == PROB_MAX) ? "max" : "always";
H A Dcfgnode.hpp277 // Although PROB_NEVER == PROB_MIN and PROB_ALWAYS == PROB_MAX
280 // The name PROB_MAX (PROB_MIN) is for probabilities which correspond to
293 #define PROB_MAX PROB_LIKELY_MAG(6) macro
H A DparseHelper.cpp181 { BuildCutout unless(this, bol, PROB_MAX);
H A DcallGenerator.cpp574 if (hit_prob > PROB_MAX) hit_prob = PROB_MAX;
H A DgraphKit.cpp503 { BuildCutout unless(this, tst, PROB_MAX);
1276 float ok_prob = PROB_MAX; // a priori estimate: nulls never happen
1292 // to the maximum (PROB_MAX). For an explicit check the probability
1961 iff->_prob = PROB_MAX;
3175 { BuildCutout unless(this, bol_lh, PROB_MAX);
3413 IfNode* iff = create_and_map_if(control(), bol, PROB_MAX, COUNT_UNKNOWN);
H A DdoCall.cpp254 miss_cg = CallGenerator::for_predicted_call(profile.receiver(1), miss_cg, next_hit_cg, PROB_MAX);
H A Dparse1.cpp152 IfNode* iff = create_and_map_if(control(), tst, PROB_MAX, COUNT_UNKNOWN);
1932 IfNode* iff = create_and_map_if(control(), test, PROB_MAX, COUNT_UNKNOWN);
H A Dlibrary_call.cpp4860 IfNode* iff = create_and_map_if(control(), bol, PROB_MAX, COUNT_UNKNOWN);

Completed in 91 milliseconds