Lines Matching defs:input
567 for (Node* const input : merge->inputs()) {
568 BasicBlock* predecessor_block = FindPredecessorBlock(input);
1765 // predecessor block of the corresponding control input to the merge.
1767 TRACE(" input@%d into a fixed phi #%d:%s\n", edge.index(), use->id(),
1771 Node* input = NodeProperties::GetControlInput(merge, edge.index());
1772 return FindPredecessorBlock(input);
1776 // predecessor block of the current input to the merge.
1778 TRACE(" input@%d into a fixed merge #%d:%s\n", edge.index(), use->id(),
1838 Node* const input = node->InputAt(index);
1839 scheduler_->IncrementUnscheduledUseCount(input, node);