Lines Matching refs:from_
375 : node_cache_(cache), from_(nullptr) {
398 DCHECK(tmp_ || from_);
401 node = node_cache_->Query(from_);
402 if (!node) node = from_;
412 tmp_ = from_ = nullptr;
417 DCHECK(tmp_ || from_);
420 tmp_ = node_cache_->graph_->CloneNode(from_);
424 int from_input_count = from_->InputCount();
431 tmp_->ReplaceInput(i, from_->InputAt(i));
433 tmp_->AppendInput(node_cache_->graph_->zone(), from_->InputAt(i));
436 NodeProperties::SetType(tmp_, NodeProperties::GetType(from_));
437 NodeProperties::ChangeOp(tmp_, from_->op());