Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.h95 bool TryCreateGraph(CompilingContext *ctx);
Dpaoc.cpp734 bool Paoc::TryCreateGraph(CompilingContext *ctx) in TryCreateGraph() function in ark::paoc::Paoc
803 if (!TryCreateGraph(ctx)) { in CompileAot()