Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Draw-machine-assembler.cc405 int left_input_count = split_point; in MakePhiBinary() local
409 if (left_input_count == 1) { in MakePhiBinary()
413 for (int i = 0; i < left_input_count; ++i) { in MakePhiBinary()
418 graph()->NewNode(common()->Phi(rep, static_cast<int>(left_input_count)), in MakePhiBinary()