Searched refs:CreatePhi (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ | ||
H A D | code-assembler.cc | 1668 Node* CodeAssemblerParameterizedLabelBase::CreatePhi( in CreatePhi() function in v8::internal::compiler::CodeAssemblerParameterizedLabelBase 1686 phi_nodes_.push_back(CreatePhi(representations[i], phi_inputs_[i])); in CreatePhis() |
H A D | code-assembler.h | 1551 Node* CreatePhi(MachineRepresentation rep, const std::vector<Node*>& inputs); |
Completed in 10 milliseconds