Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/irtoc/backend/
Ddwarf_builder.h49 bool BuildGraph(const Function *func, uint32_t codeOffset, unsigned symbol);
Ddwarf_builder.cpp99 bool DwarfBuilder::BuildGraph(const Function *func, uint32_t codeOffset, unsigned symbol) in BuildGraph() function in panda::irtoc::DwarfBuilder
Dcompilation.cpp387 if (dwarfBuilder && !dwarfBuilder->BuildGraph(unit, offset, symbol)) { in MakeElf()
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.h327 Graph *BuildGraph(const char *method_name, Graph *graph = nullptr);
341 if (BuildGraph(method_name, graph) == nullptr) {
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/tests/
Dunit_test.cpp110 Graph *AsmTest::BuildGraph(const char *methodName, Graph *graph) in BuildGraph() function in panda::compiler::AsmTest
Dunit_test.h414 Graph *BuildGraph(const char *methodName, Graph *graph = nullptr);
431 if (BuildGraph(methodName, graph) == nullptr) {
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.h109 … InlinedGraph BuildGraph(InlineContext *ctx, CallInst *callInst, CallInst *polyCallInst = nullptr);
Dinlining.cpp538 auto inlGraph = BuildGraph(&ctx, callInst, newCallInst); in DoInlinePolymorphic()
878 auto graphInl = BuildGraph(ctx, callInst); in DoInlineMethod()
1130 InlinedGraph Inlining::BuildGraph(InlineContext *ctx, CallInst *callInst, CallInst *polyCallInst) in BuildGraph() function in panda::compiler::Inlining