Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgraph-reducer.cc118 Node::Inputs node_inputs = node->inputs(); in ReduceTop() local
121 int start = entry.input_index < node_inputs.count() ? entry.input_index : 0; in ReduceTop()
122 for (int i = start; i < node_inputs.count(); ++i) { in ReduceTop()
123 Node* input = node_inputs[i]; in ReduceTop()
130 Node* input = node_inputs[i]; in ReduceTop()
150 Node::Inputs node_inputs = node->inputs(); in ReduceTop() local
151 for (int i = 0; i < node_inputs.count(); ++i) { in ReduceTop()
152 Node* input = node_inputs[i]; in ReduceTop()