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

/openjdk7/hotspot/src/share/vm/opto/
H A Difnode.cpp693 Node* otherproj = dom_iff->proj_out(!ctrl->as_Proj()->_con); local
694 if (otherproj->outcnt() == 1 && otherproj->unique_out()->is_Region() &&
697 RegionNode* region = otherproj->unique_out()->as_Region();
H A Dstringopts.cpp777 Node* otherproj = iff->proj_out(1 - ptr->as_Proj()->_con); local
785 if (otherproj->outcnt() == 1) {
786 CallStaticJavaNode* call = otherproj->unique_out()->isa_CallStaticJava();
799 if (otherproj->outcnt() == 1) {
800 CallStaticJavaNode* call = otherproj->unique_out()->isa_CallStaticJava();

Completed in 37 milliseconds