Lines Matching refs:merging
145 /* merging, join */
409 // The memory from one merging cvstate needs to be merged with the memory for another
411 // can just copy the state from the merging cvstate
414 void IdealKit::do_memory_merge(Node* merging, Node* join) {
420 join->set_req(TypeFunc::I_O, merging->in(TypeFunc::I_O));
423 join->set_req(TypeFunc::Memory, merging->in(TypeFunc::Memory));
427 // The control flow for merging must have already been attached to the join region
431 if (join_region->in(slot) == merging->in(TypeFunc::Control)) break;
436 MergeMemNode* merging_m = merging->in(TypeFunc::Memory)->as_MergeMem();
438 // join_m should be an ancestor mergemem of merging
462 // Now update the phi with the slice for the merging slice
470 Node* merging_io = merging->in(TypeFunc::I_O);