Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.h112 …bool TryBuildGraph(const InlineContext &ctx, Graph *graphInl, CallInst *callInst, CallInst *polyCa…
Dinlining.cpp761 if (!TryBuildGraph(*ctx, graphInl, callInst, nullptr)) { in TryInlineExternalAot()
1043 bool Inlining::TryBuildGraph(const InlineContext &ctx, Graph *graphInl, CallInst *callInst, CallIns… in TryBuildGraph() function in panda::compiler::Inlining
1144 if (!TryBuildGraph(*ctx, graphInl, callInst, polyCallInst)) { in BuildGraph()