Searched refs:cloned_func (Results 1 – 2 of 2) sorted by relevance
365 std::unique_ptr<opt::Function> cloned_func(func.Clone(linked_context)); in MergeModules() local366 linked_module->AddFunction(std::move(cloned_func)); in MergeModules()