Searched refs:bol2 (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Difnode.cpp788 BoolNode *bol2 = phi->in(0)->in(1)->in(0)->in(1)->as_Bool();
812 Node* new_bol = (flip ? phase->transform( bol2->negate(phase) ) : bol2);
851 Node *bol2 = remove_useless_bool(this, phase);
852 if( bol2 ) return bol2;
H A Ddivnode.cpp893 Node *bol2 = phase->transform( new (phase->C) BoolNode( cmp2, BoolTest::ge ) ); local
896 Node *cmov2= new (phase->C) CMoveINode(bol2, x, sub, TypeInt::INT);
1066 Node *bol2 = phase->transform( new (phase->C) BoolNode( cmp2, BoolTest::ge ) ); local
1069 Node *cmov2= new (phase->C) CMoveLNode(bol2, x, sub, TypeLong::LONG);
H A DloopTransform.cpp1324 Node* bol2 = loop_end->in(1)->clone(); local
1325 bol2->set_req(1, cmp2);
1326 register_new_node(bol2, ctrl2);
1328 loop_end->set_req(1, bol2);
1386 Node *bol2 = new (C) BoolNode( cmp2, loop_end->test_trip() ); local
1387 register_new_node( bol2, ctrl2 );
1389 loop_end->set_req(CountedLoopEndNode::TestValue, bol2);
H A DgraphKit.cpp2403 Node *bol2 = _gvn.transform( new (C) BoolNode( cmp2, BoolTest::ne ) ); local
2404 IfNode *iff2 = create_and_xform_if( control(), bol2, PROB_LIKELY(0.63f), COUNT_UNKNOWN );
H A Dlibrary_call.cpp1716 Node *bol2 = _gvn.transform( new (C) BoolNode( cmplongy, BoolTest::ne ) ); local
1718 IfNode *if2 = create_and_xform_if(complex_path,bol2, PROB_STATIC_INFREQUENT, COUNT_UNKNOWN);

Completed in 3187 milliseconds