Searched refs:AddInlineFunctionsByDepth (Results 1 – 2 of 2) sorted by relevance
130 void AddInlineFunctionsByDepth(WrappedModule &module, compiler::Graph *caller, int32_t depth);
289 AddInlineFunctionsByDepth(*module, graph, 0); in TryAddGraph()743 AddInlineFunctionsByDepth(module, callee, depth + 1); in AddInlineMethodByDepth()746 void LLVMAotCompiler::AddInlineFunctionsByDepth(WrappedModule &module, compiler::Graph *caller, int… in AddInlineFunctionsByDepth() function in ark::llvmbackend::LLVMAotCompiler