Searched refs:AppendPhiInput (Results 1 – 3 of 3) sorted by relevance
503 void RawMachineAssembler::AppendPhiInput(Node* phi, Node* new_input) { in AppendPhiInput() function in v8::internal::compiler::RawMachineAssembler
906 void AppendPhiInput(Node* phi, Node* new_input);
1621 state_->raw_assembler_->AppendPhiInput(phi->second, node); in MergeVariables()