Home
last modified time | relevance | path

Searched defs:graph_creator (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dinst_generator_test.cpp98 GraphCreator graph_creator(graph_alloc, graph_local_alloc); in TEST_F() local
113 GraphCreator graph_creator(graph_alloc, graph_local_alloc); in TEST_F() local
129 GraphCreator graph_creator(graph_alloc, graph_local_alloc); in TEST_F() local
162 explicit ArithGenerator(InstGenerator &inst_generator, GraphCreator &graph_creator) in ArithGenerator()
827 GraphCreator graph_creator(alloc, local_alloc); in RandomTestsPart1() local
862 GraphCreator graph_creator(alloc, local_alloc); in RandomTestsPart2() local
905 GraphCreator graph_creator(alloc, local_alloc); in NotRandomTests() local
937 GraphCreator graph_creator(graph_alloc, graph_local_alloc); in TEST_F() local
Dinst_generator.h269 StatisticGenerator(InstGenerator &inst_generator, GraphCreator &graph_creator) in StatisticGenerator()