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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp185 int is_diamond_phi(bool check_control_only = false) const;
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();
H A Difnode.cpp779 int true_path = phi->is_diamond_phi();
H A Dstringopts.cpp147 int true_path = value->as_Phi()->is_diamond_phi();
H A Dparse2.cpp929 int true_path = phi->is_diamond_phi();

Completed in 324 milliseconds