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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp387 if (phi && phi->type() == Type::MEMORY && req() == 3 && phi->is_diamond_phi(true)) {
1052 //------------------------------is_diamond_phi---------------------------------
1057 int PhiNode::is_diamond_phi(bool check_control_only) const { function in class:PhiNode
1098 // is_diamond_phi() has guaranteed the correctness of the nodes sequence:
1139 int true_path = is_diamond_phi();
1220 // is_diamond_phi() has guaranteed the correctness of the nodes sequence:
1276 // is_diamond_phi() has guaranteed the correctness of the nodes sequence:
1337 // is_diamond_phi() has guaranteed the correctness of the nodes sequence:
1687 int true_path = is_diamond_phi();

Completed in 39 milliseconds