< prev index next >

src/share/vm/opto/superword.hpp

Print this page

        

*** 259,268 **** --- 259,269 ---- GrowableArray<Node_List*> _packset; // Packs for the current block GrowableArray<int> _bb_idx; // Map from Node _idx to index within block GrowableArray<Node*> _block; // Nodes in current block + GrowableArray<Node*> _post_block; // Nodes in post loop block GrowableArray<Node*> _data_entry; // Nodes with all inputs from outside GrowableArray<Node*> _mem_slice_head; // Memory slice head nodes GrowableArray<Node*> _mem_slice_tail; // Memory slice tail nodes GrowableArray<Node*> _iteration_first; // nodes in the generation that has deps from phi GrowableArray<Node*> _iteration_last; // nodes in the generation that has deps to phi
< prev index next >