Searched refs:bytecodeAnalysis (Results 1 – 1 of 1) sorted by relevance
750 IrBuilderExternalInliningAnalysis bytecodeAnalysis(GetGraph(), ctx->method); in TryInlineExternalAot() local751 if (!GetGraph()->RunPass(&bytecodeAnalysis)) { in TryInlineExternalAot()1013 IrBuilderInliningAnalysis bytecodeAnalysis(GetGraph(), ctx.method); in CheckBytecode() local1014 if (!GetGraph()->RunPass(&bytecodeAnalysis)) { in CheckBytecode()1020 if (bytecodeAnalysis.HasRuntimeCalls() && g_options.IsCompilerInlineSimpleOnly()) { in CheckBytecode()1025 *calleeCallRuntime = bytecodeAnalysis.HasRuntimeCalls(); in CheckBytecode()