Searched refs:cont_proj (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DloopPredicate.cpp126 // uncommon_proj cont_proj if_uct if_cont
134 // uncommon_trap | uncommon_proj cont_proj
148 ProjNode* PhaseIdealLoop::create_new_if_for_predicate(ProjNode* cont_proj, Node* new_entry, argument
150 assert(is_uncommon_trap_if_pattern(cont_proj, reason), "must be a uct if pattern!");
151 IfNode* iff = cont_proj->in(0)->as_If();
153 ProjNode *uncommon_proj = iff->proj_out(1 - cont_proj->_con);
190 if (cont_proj->is_IfFalse()) {
235 ProjNode* PhaseIterGVN::create_new_if_for_predicate(ProjNode* cont_proj, Node* new_entry, argument
238 assert(PhaseIdealLoop::is_uncommon_trap_if_pattern(cont_proj, reason), "must be a uct if pattern!");
239 IfNode* iff = cont_proj
[all...]
H A DphaseX.hpp500 ProjNode* create_new_if_for_predicate(ProjNode* cont_proj, Node* new_entry,
H A Dloopnode.hpp883 ProjNode* create_new_if_for_predicate(ProjNode* cont_proj, Node* new_entry,

Completed in 6270 milliseconds