Home
last modified time | relevance | path

Searched refs:inline_function_impl (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_inline_functions.c28 static bool inline_function_impl(nir_function_impl *impl, struct set *inlined);
168 inline_function_impl(call->callee->impl, inlined); in inline_functions_block()
244 inline_function_impl(nir_function_impl *impl, struct set *inlined) in inline_function_impl() function
279 progress = inline_function_impl(function->impl, inlined) || progress; in nir_inline_functions()