Lines Matching refs:proj
415 Node *proj = np->in(idx);
416 const Node *x = proj->is_block_proj();
421 g->set_req(0, proj);
423 x = proj = g;
427 Node *p = proj;
429 proj = p; // Update pointer to last Control
437 proj->set_req(0, r); // Insert RegionNode in the way
478 if( !_bbs.lookup(proj->_idx) ) {
479 assert( x != proj, "" );
481 _bbs.map(proj->_idx,pb);
482 pb->_nodes.push(proj);
509 ProjNode* proj = in->_nodes[in->_nodes.size() - in->_num_succs + succ_no]->as_Proj();
512 region->init_req(1, proj);
528 if (out->pred(i) == proj) out->head()->set_req(i, gto);
943 assert( bp, "last instruction must be a block proj" );