Home
last modified time | relevance | path

Searched refs:BuildGraph (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dunit_test.h431 Graph *BuildGraph(const char *methodName, Graph *graph = nullptr);
448 if (BuildGraph(methodName, graph) == nullptr) { in ParseToGraph()
492 BuildGraph(std::forward<Args>(args)...); \
494 void BuildGraph(__VA_ARGS__); \
506 void ns::testName::BuildGraph(__VA_ARGS__)
H A Dunit_test.cpp110 Graph *AsmTest::BuildGraph(const char *methodName, Graph *graph) in BuildGraph() function in ark::compiler::AsmTest
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Ddwarf_builder.h51 bool BuildGraph(const Function *func, uint32_t codeOffset, unsigned symbol);
H A Dcompilation.cpp393 if (dwarfBuilder && !dwarfBuilder->BuildGraph(unit, offset, symbol)) { in MakeElf()
394 return Unexpected("DwarfBuilder::BuildGraph failed!"); in MakeElf()
H A Ddwarf_builder.cpp151 bool DwarfBuilder::BuildGraph(const Function *func, uint32_t codeOffset, unsigned symbol) in BuildGraph() function in ark::irtoc::DwarfBuilder
/arkcompiler/runtime_core/compiler/tests/
H A Dunit_test.h327 Graph *BuildGraph(const char *method_name, Graph *graph = nullptr);
341 if (BuildGraph(method_name, graph) == nullptr) { in ParseToGraph()
H A Dunit_test.cpp110 Graph *AsmTest::BuildGraph(const char *method_name, Graph *graph) in BuildGraph() function in panda::compiler::AsmTest
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dinlining.h127 InlinedGraph BuildGraph(InlineContext *ctx, CallInst *callInst, CallInst *polyCallInst = nullptr);
H A Dinlining.cpp577 auto inlGraph = BuildGraph(&ctx, callInst, newCallInst); in DoInlinePolymorphic()
952 auto graphInl = BuildGraph(ctx, callInst); in DoInlineMethod()
1192 InlinedGraph Inlining::BuildGraph(InlineContext *ctx, CallInst *callInst, CallInst *polyCallInst) in BuildGraph() function in ark::compiler::Inlining

Completed in 8 milliseconds