Searched refs:del_req (Results 1 - 20 of 20) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Drootnode.hpp39 del_req(2);
40 del_req(1);
H A Drootnode.cpp41 del_req(i--); // Delete TOP inputs
H A Dmatcher.cpp2141 n->del_req(LoadStoreConditionalNode::ExpectedIn);
2158 n->del_req(3);
2165 n->del_req(3);
2172 n->del_req(4);
2181 n->del_req(5);
2182 n->del_req(4);
H A DphaseX.hpp488 n->del_req(i);
H A Dcfgnode.cpp479 del_req(i); // Yank path from self
492 n->del_req(i); // Yank path from Phis
520 del_req(1);
1412 n->del_req(i);
1485 phi->del_req(i);
H A DgraphKit.cpp193 if (clear_it) ex_map->del_req(ex_map->req()-1);
386 while (phi->req() > orig_width) phi->del_req(phi->req()-1);
409 while (dst->req() > orig_width) dst->del_req(dst->req()-1);
2633 region->del_req(_null_path);
2634 phi ->del_req(_null_path);
2733 region->del_req(_null_path);
2734 phi ->del_req(_null_path);
H A Dblock.cpp591 dead->head()->del_req(j);
593 dead->_nodes[k]->del_req(j);
H A Dloopnode.cpp1212 old_phi->del_req(i);
1256 _head->del_req(i);
1282 _head->del_req(outer_idx);
1295 old_phi->del_req(outer_idx);
1398 while( _head->req() > 3 ) _head->del_req( _head->req()-1 );
1420 while( n->req() > 3 ) n->del_req( n->req()-1 );
H A Dlcm.cpp729 // del_req() replaces the specified edge with the last input edge
735 n->del_req(TypeFunc::Parms);
H A Dmacro.cpp776 sfpt->del_req(last--);
784 sfpt_done->del_req(last--);
H A Dnode.hpp383 void del_req( uint idx ); // Delete required edge & compact
H A Dcallnode.cpp1056 while (scloff > new_scloff) del_req(--scloff);
H A Dnode.cpp763 //------------------------------del_req----------------------------------------
765 void Node::del_req( uint idx ) { function in class:Node
H A DphaseX.cpp1284 temp->del_req(0); // Yank bogus edge
H A Dstringopts.cpp73 _arguments->del_req(0);
H A Doutput.cpp2738 pinch->del_req(0); // yank pointer to later-def, also set flag
H A Dparse1.cpp1997 phi->del_req(phi->req()-1); // prepare to re-patch
H A Dmemnode.cpp2873 del_req(Precedent);
3083 del_req(fill);
H A Dcompile.cpp2521 n->del_req(MemNode::OopStore);
H A Dlibrary_call.cpp3369 region->del_req(PATH_LIMIT);

Completed in 182 milliseconds