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

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp1124 const TypeInt* if_t = IfNode::filtered_int_type(&_igvn, val, pred); local
1125 if (if_t != NULL) {
1127 rtn_t = if_t;
1129 rtn_t = rtn_t->join(if_t)->is_int();
2893 Node *if_t = new (C) CProjNode( iff, 0 ); local
2894 _igvn.register_new_node_with_optimizer(if_t);
2895 set_loop(if_t, l);
2906 cfg->set_req( k, if_t ); // Now point to NeverBranch

Completed in 164 milliseconds