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

/openjdk7/hotspot/src/share/vm/opto/
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 31 milliseconds