HomeSort by relevance Sort by last modified time
    Searched refs:old_to (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
node.h 91 Node* old_to = *input_ptr; local
92 if (old_to != new_to) {
94 if (old_to) old_to->RemoveUse(use);
382 Node* old_to = *input_ptr_; local
383 if (old_to != new_to) {
384 if (old_to) old_to->RemoveUse(use_);
node.cc 34 Node* old_to = *old_input_ptr; local
35 if (old_to) {
37 old_to->RemoveUse(old_use_ptr);
38 *new_input_ptr = old_to;
39 old_to->AppendUse(new_use_ptr);

Completed in 130 milliseconds