Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dcode-assembler.cc1668 Node* CodeAssemblerParameterizedLabelBase::CreatePhi( in CreatePhi() function in v8::internal::compiler::CodeAssemblerParameterizedLabelBase
1686 phi_nodes_.push_back(CreatePhi(representations[i], phi_inputs_[i])); in CreatePhis()
Dcode-assembler.h1551 Node* CreatePhi(MachineRepresentation rep, const std::vector<Node*>& inputs);