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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_inline_functions.c79 static bool inline_function_impl(nir_function_impl *impl, struct set *inlined);
103 inline_function_impl(call->callee->impl, inlined);
126 inline_function_impl(nir_function_impl *impl, struct set *inlined) function in typeref:typename:bool
234 progress = inline_function_impl(function->impl, inlined) || progress;
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_inline_functions.c128 static bool inline_function_impl(nir_function_impl *impl, struct set *inlined);
152 inline_function_impl(call->callee->impl, inlined);
175 inline_function_impl(nir_function_impl *impl, struct set *inlined) function in typeref:typename:bool
281 progress = inline_function_impl(function->impl, inlined) || progress;

Completed in 4 milliseconds