Searched refs:SetFunctionEnd (Results 1 – 25 of 27) sorted by relevance
12
80 inline void SetFunctionEnd(std::unique_ptr<Instruction> end_inst);256 inline void Function::SetFunctionEnd(std::unique_ptr<Instruction> end_inst) { in SetFunctionEnd() function
150 (*killing_func)->SetFunctionEnd(std::move(func_end)); in GetKillingFuncId()
48 clone->SetFunctionEnd(std::unique_ptr<Instruction>(EndInst()->Clone(ctx))); in Clone()
149 function_->SetFunctionEnd(std::move(spv_inst)); in AddInstruction()
784 output_func->SetFunctionEnd(std::move(func_end_inst)); in GetStreamWriteFunctionId()864 input_func->SetFunctionEnd(std::move(func_end_inst)); in GetDirectReadFunctionId()
394 input_func->SetFunctionEnd(std::move(func_end_inst)); in GetSearchAndTestFuncId()
81 inline void SetFunctionEnd(std::unique_ptr<Instruction> end_inst);269 inline void Function::SetFunctionEnd(std::unique_ptr<Instruction> end_inst) { in SetFunctionEnd() function
838 output_func->SetFunctionEnd(std::move(func_end_inst)); in GetStreamWriteFunctionId()924 input_func->SetFunctionEnd(std::move(func_end_inst)); in GetDirectReadFunctionId()
87 function->SetFunctionEnd(MakeUnique<opt::Instruction>( in Apply()
306 new_function->SetFunctionEnd(InstructionFromMessage( in TryToAddFunction()
897 outlined_function->SetFunctionEnd(MakeUnique<opt::Instruction>( in PopulateOutlinedFunction()