Searched refs:new_in_operands (Results 1 – 6 of 6) sorted by relevance
106 opt::Instruction::OperandList new_in_operands; in AdaptPhiInstructionsForRemovedEdge() local112 new_in_operands.push_back(phi_inst->GetInOperand(index)); in AdaptPhiInstructionsForRemovedEdge()113 new_in_operands.push_back(phi_inst->GetInOperand(index + 1)); in AdaptPhiInstructionsForRemovedEdge()116 phi_inst->SetInOperands(std::move(new_in_operands)); in AdaptPhiInstructionsForRemovedEdge()
127 opt::Instruction::OperandList new_in_operands; in Apply() local131 new_in_operands.push_back( in Apply()137 early_terminator->SetInOperands(std::move(new_in_operands)); in Apply()