Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dgraph-reducer.cc155 Node::Inputs node_inputs = node->inputs(); in ReduceTop() local
158 int start = entry.input_index < node_inputs.count() ? entry.input_index : 0; in ReduceTop()
159 for (int i = start; i < node_inputs.count(); ++i) { in ReduceTop()
160 Node* input = node_inputs[i]; in ReduceTop()
167 Node* input = node_inputs[i]; in ReduceTop()
192 node_inputs = node->inputs(); in ReduceTop()
193 for (int i = 0; i < node_inputs.count(); ++i) { in ReduceTop()
194 Node* input = node_inputs[i]; in ReduceTop()