src/share/vm/opto/superword.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/superword.hpp	Tue Jul 26 19:27:03 2011
--- new/src/share/vm/opto/superword.hpp	Tue Jul 26 19:27:03 2011

*** 358,368 **** --- 358,368 ---- // to dependence info; and within a load pack, move loads down to the last executed load. void co_locate_pack(Node_List* p); // Convert packs into vector node operations void output(); // Create a vector operand for the nodes in pack p for operand: in(opd_idx) - VectorNode* vector_opd(Node_List* p, int opd_idx); // Can code be generated for pack p? bool implemented(Node_List* p); // For pack p, are all operands and all uses (with in the block) vector? bool profitable(Node_List* p); // If a use of pack p is not a vector use, then replace the use with an extract operation.

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