Lines Matching refs:copy_index
209 // Returns the mapping of {node} in the {copy_index}'th copy, or {node} itself
211 Node* map(Node* node, uint32_t copy_index);
234 for (uint32_t copy_index = 0; copy_index < copy_count_; copy_index++) {
242 for (uint32_t copy_index = 0; copy_index < copy_count_; copy_index++) {
243 Node* copy = map(original, copy_index);
245 copy->ReplaceInput(i, map(original->InputAt(i), copy_index));