Searched defs:if_proj (Results 1 - 1 of 1) 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

Completed in 26 milliseconds