Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dint64-lowering.cc882 Node** inputs_high = zone()->NewArray<Node*>(value_count + 1); in PreparePhiReplacement() local
885 inputs_high[i] = placeholder_; in PreparePhiReplacement()
888 inputs_high[value_count] = NodeProperties::GetControlInput(phi, 0); in PreparePhiReplacement()
895 value_count + 1, inputs_high, false)); in PreparePhiReplacement()