src/share/vm/opto/superword.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/superword.hpp	Wed Jun  3 18:24:01 2015
--- new/src/share/vm/opto/superword.hpp	Wed Jun  3 18:24:01 2015

*** 397,406 **** --- 397,407 ---- void remove_pack_at(int pos); // Return the node executed first in pack p. Node* executed_first(Node_List* p); // Return the node executed last in pack p. Node* executed_last(Node_List* p); + static LoadNode::ControlDependency control_dependency(Node_List* p); // Alignment within a vector memory reference int memory_alignment(MemNode* s, int iv_adjust); // (Start, end] half-open range defining which operands are vector void vector_opd_range(Node* n, uint* start, uint* end); // Smallest type containing range of values

src/share/vm/opto/superword.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File