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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp1327 static Node* is_absolute( PhaseGVN *phase, PhiNode *phi_root, int true_path) { argument
1339 BoolNode *bol = phi_root->in(0)->in(1)->in(0)->in(1)->as_Bool();
1374 if( phi_root->in(phi_x_idx) != x ) return NULL;
1377 Node *sub = phi_root->in(3 - phi_x_idx);

Completed in 280 milliseconds