< prev index next >

src/hotspot/share/opto/matcher.hpp

Print this page
rev 52491 : 8213746: GC/C2 abstraction for C2 matcher

@@ -116,10 +116,13 @@
   // bad on others.  Hence the machine-dependent table lookup.
   const char *_must_clone;
 
   // Find shared Nodes, or Nodes that otherwise are Matcher roots
   void find_shared( Node *n );
+  bool find_shared_visit(MStack& mstack, Node* n, uint opcode, bool& mem_op, int& mem_addr_idx);
+  void find_shared_post_visit(Node* n, uint opcode);
+
 #ifdef X86
   bool is_bmi_pattern(Node *n, Node *m);
 #endif
 
   // Debug and profile information for nodes in old space:
< prev index next >