hotspot/src/share/vm/opto/node.hpp
changeset 258 dbd6f2ed7ba0
parent 238 803c80713999
child 369 640d1cdd140f
--- a/hotspot/src/share/vm/opto/node.hpp	Thu Apr 10 15:49:29 2008 -0400
+++ b/hotspot/src/share/vm/opto/node.hpp	Tue Apr 15 10:49:32 2008 -0700
@@ -817,6 +817,12 @@
   // for the transformations to happen.
   bool has_special_unique_user() const;
 
+  // Skip Proj and CatchProj nodes chains. Check for Null and Top.
+  Node* find_exact_control(Node* ctrl);
+
+  // Check if 'this' node dominates or equal to 'sub'.
+  bool dominates(Node* sub, Node_List &nlist);
+
 protected:
   bool remove_dead_region(PhaseGVN *phase, bool can_reshape);
 public: