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

/openjdk7/hotspot/src/share/vm/opto/
H A DloopPredicate.cpp74 // other_proj->[region->..]call_uct"
92 ProjNode* other_proj = iff->proj_out(1-proj->_con)->as_Proj(); local
93 if (is_uncommon_trap_proj(other_proj, reason)) {
H A Dloopopts.cpp1666 ProjNode *other_proj = iff->proj_out(!proj->is_IfTrue())->as_Proj(); local
1688 ProjNode* new_exit = proj_clone(other_proj, new_if)->as_Proj();
1689 register_node(new_exit, get_loop(other_proj), new_if, ddepth);
1723 ProjNode *other_proj = iff->proj_out(!proj->is_IfTrue())->as_Proj(); local
1743 ProjNode* dum_proj = proj_clone(other_proj, dum_if);

Completed in 51 milliseconds