Searched refs:if_proj (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Difnode.cpp605 const TypeInt* IfNode::filtered_int_type(PhaseGVN* gvn, Node *val, Node* if_proj) { argument
606 assert(if_proj &&
607 (if_proj->Opcode() == Op_IfTrue || if_proj->Opcode() == Op_IfFalse), "expecting an if projection");
608 if (if_proj->in(0) && if_proj->in(0)->is_If()) {
609 IfNode* iff = if_proj->in(0)->as_If();
619 BoolTest::mask msk = if_proj->Opcode() == Op_IfTrue ? bol->_test._test : bol->_test.negate();
787 // phi->region->if_proj->ifnode->bool->cmp
H A Dcfgnode.hpp355 // by if_proj and returns a more refined type if one is produced.
357 static const TypeInt* filtered_int_type(PhaseGVN* phase, Node* val, Node* if_proj);

Completed in 1089 milliseconds