hotspot/src/share/vm/opto/node.hpp
changeset 366 449c27706bac
parent 360 21d113ecbf6a
child 373 427fb4ca6a1e
child 369 640d1cdd140f
--- a/hotspot/src/share/vm/opto/node.hpp	Wed Apr 16 14:55:36 2008 -0700
+++ b/hotspot/src/share/vm/opto/node.hpp	Wed Apr 16 19:19:48 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: