src/share/vm/opto/matcher.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hs-comp-bmi1 Cdiff src/share/vm/opto/matcher.hpp

src/share/vm/opto/matcher.hpp

Print this page

        

*** 77,86 **** --- 77,89 ---- // 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 ); + #ifdef X86 + bool is_bmi_pattern(Node *n, Node *m); + #endif // Debug and profile information for nodes in old space: GrowableArray<Node_Notes*>* _old_node_note_array; // Node labeling iterator for instruction selection
src/share/vm/opto/matcher.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File