Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Dcommon.h214 compiler::Graph *temp_graph = nullptr; in ParseToGraph() local
224 cda.EnumerateMethods([&temp_graph, ptr_file, func_name, this](panda_file::MethodDataAccessor &mda) { in ParseToGraph()
233 temp_graph = allocator_.New<compiler::Graph>(&allocator_, &local_allocator_, Arch::NONE, method_ptr, in ParseToGraph()
235 ASSERT_NE(temp_graph, nullptr); in ParseToGraph()
236 ASSERT_TRUE(temp_graph->RunPass<compiler::IrBuilder>()); in ParseToGraph()
241 if (temp_graph != nullptr) { in ParseToGraph()
242 SetGraph(temp_graph); in ParseToGraph()

Completed in 3 milliseconds