Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp750 IrBuilderExternalInliningAnalysis bytecodeAnalysis(GetGraph(), ctx->method); in TryInlineExternalAot() local
751 if (!GetGraph()->RunPass(&bytecodeAnalysis)) { in TryInlineExternalAot()
1013 IrBuilderInliningAnalysis bytecodeAnalysis(GetGraph(), ctx.method); in CheckBytecode() local
1014 if (!GetGraph()->RunPass(&bytecodeAnalysis)) { in CheckBytecode()
1020 if (bytecodeAnalysis.HasRuntimeCalls() && g_options.IsCompilerInlineSimpleOnly()) { in CheckBytecode()
1025 *calleeCallRuntime = bytecodeAnalysis.HasRuntimeCalls(); in CheckBytecode()