Home
last modified time | relevance | path

Searched refs:left_input_count (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.cc405 int left_input_count = split_point; in MakePhiBinary() local
409 if (left_input_count == 1) { in MakePhiBinary()
413 inputs.reserve(left_input_count); in MakePhiBinary()
414 for (int i = 0; i < left_input_count; ++i) { in MakePhiBinary()
419 graph()->NewNode(common()->Phi(rep, static_cast<int>(left_input_count)), in MakePhiBinary()

Completed in 3 milliseconds