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

/openjdk7/hotspot/src/share/vm/opto/
H A Dstringopts.cpp728 Unique_Node_List ctrl_path; local
733 // Collect the nodes that we know about and will eliminate into ctrl_path
740 ctrl_path.push(init);
741 ctrl_path.push(init->as_Multi()->proj_out(0));
745 ctrl_path.push(cn);
746 ctrl_path.push(cn->proj_out(0));
747 ctrl_path.push(cn->proj_out(0)->unique_out());
749 ctrl_path.push(cn->proj_out(0)->unique_out()->as_Catch()->proj_out(0));
760 if (ptr->is_Call() && ctrl_path.member(ptr)) {
762 } else if (ptr->is_CatchProj() && ctrl_path
[all...]

Completed in 35 milliseconds