Searched refs:inline_function_impl (Results 1 – 1 of 1) sorted by relevance
177 static bool inline_function_impl(nir_function_impl *impl, struct set *inlined);199 inline_function_impl(call->callee->impl, inlined); in inline_functions_pass()219 inline_function_impl(nir_function_impl *impl, struct set *inlined) in inline_function_impl() function310 progress = inline_function_impl(impl, inlined) || progress; in nir_inline_functions()