Blender V4.3
FN_multi_function_procedure_optimization.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
27
29
47void move_destructs_up(Procedure &procedure, Instruction &block_end_instr);
48
49} // namespace blender::fn::multi_function::procedure_optimization
void move_destructs_up(Procedure &procedure, Instruction &block_end_instr)