< prev index next >

src/hotspot/share/opto/loopnode.hpp

Print this page

        

@@ -1347,10 +1347,11 @@
   void sink_use( Node *use, Node *post_loop );
   Node *place_near_use( Node *useblock ) const;
   Node* try_move_store_before_loop(Node* n, Node *n_ctrl);
   void try_move_store_after_loop(Node* n);
   bool identical_backtoback_ifs(Node *n);
+  bool flatten_array_element_type_check(Node *n);
   bool can_split_if(Node *n_ctrl);
 
   // Determine if a method is too big for a/another round of split-if, based on
   // a magic (approximate) ratio derived from the equally magic constant 35000,
   // previously used for this purpose (but without relating to the node limit).
< prev index next >