Searched refs:lip (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.hpp365 // it after the appropriate insert points (lip or uip);
366 void remove_and_insert(MemNode *current, MemNode *prev, MemNode *lip, Node *uip, Unique_Node_List &schd_before);
H A Dsuperword.cpp1145 // it after the appropriate insertion point (lip or uip).
1146 void SuperWord::remove_and_insert(MemNode *current, MemNode *prev, MemNode *lip, argument
1166 _igvn.replace_input_of(use, MemNode::Memory, lip);
1173 Node *insert_pt = sched_up ? uip : lip;
1183 uint pos; //lip (lower insert point) must be the last one in the memory slice

Completed in 86 milliseconds