Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.h130 void AddInlineFunctionsByDepth(WrappedModule &module, compiler::Graph *caller, int32_t depth);
Dllvm_aot_compiler.cpp289 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