Searched refs:PROB_ALWAYS (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DparseHelper.cpp227 IfNode* iff = create_and_map_if(control(), tst, PROB_ALWAYS, COUNT_UNKNOWN);
238 iff = create_and_map_if(control(), tst, PROB_ALWAYS, COUNT_UNKNOWN);
329 { BuildCutout unless(this, tst, PROB_ALWAYS);
H A Dcfgnode.hpp277 // Although PROB_NEVER == PROB_MIN and PROB_ALWAYS == PROB_MAX
286 // The name PROB_ALWAYS (PROB_NEVER) is to stand for situations for which
290 #define PROB_ALWAYS PROB_LIKELY_MAG(6) macro
H A DcallGenerator.cpp744 CallGenerator* cg = C->call_generator(target, vtable_index, false, jvms, true, PROB_ALWAYS, true, true);
810 CallGenerator* cg = C->call_generator(target, vtable_index, call_does_dispatch, jvms, true, PROB_ALWAYS, true, true);
H A DloopTransform.cpp1028 IfNode *min_iff = new (C) IfNode( new_pre_exit, min_bol, PROB_ALWAYS, COUNT_UNKNOWN );

Completed in 264 milliseconds