Searched defs:new_if (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopopts.cpp1657 // * new_if(relop(cmp[IU](left,right)))
1682 IfNode* new_if = new (C)IfNode(proj2, bol, iff->_prob, iff->_fcnt); local
1683 register_node(new_if, loop, proj2, ddepth);
1685 proj->set_req(0, new_if); // reattach
1686 set_idom(proj, new_if, ddepth);
1688 ProjNode* new_exit = proj_clone(other_proj, new_if)->as_Proj();
1689 register_node(new_exit, get_loop(other_proj), new_if, ddepth);

Completed in 40 milliseconds