Lines Matching refs:merge
186 void ConnectMerge(Node* merge) {
187 BasicBlock* block = schedule_->block(merge);
189 // For all of the merge's control inputs, add a goto at the end to the
190 // merge's basic block.
191 for (InputIter j = merge->inputs().begin(); j != merge->inputs().end();
195 TraceConnect(merge, predecessor_block, block);
551 // of the corresponding control input to the merge.
556 Node* merge = NodeProperties::GetControlInput(use, 0);
557 opcode = merge->opcode();
559 use = NodeProperties::GetControlInput(merge, index);