Home
last modified time | relevance | path

Searched refs:from_input_count (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Descape-analysis-reducer.cc420 int from_input_count = from_->InputCount(); in MutableNode() local
422 if (from_input_count <= tmp_input_count) { in MutableNode()
423 tmp_->TrimInputCount(from_input_count); in MutableNode()
425 for (int i = 0; i < from_input_count; ++i) { in MutableNode()