Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Descape-analysis-reducer.cc375 int tmp_input_count = tmp_->InputCount(); in Constructor() local
376 if (input_count <= tmp_input_count) { in Constructor()
380 if (i < tmp_input_count) { in Constructor()
421 int tmp_input_count = tmp_->InputCount(); in MutableNode() local
422 if (from_input_count <= tmp_input_count) { in MutableNode()
426 if (i < tmp_input_count) { in MutableNode()