Searched refs:BuildTestGraph (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | branch_elimination_test.cpp | 30 void BuildTestGraph(Graph *graph); 93 void BranchEliminationTest::BuildTestGraph(Graph *graph) in BuildTestGraph() function in panda::compiler::BranchEliminationTest 225 BuildTestGraph<CONST_CONDITION_BLOCK_ID, CONSTANT_VALUE>(GetGraph()); in TEST_F() 236 BuildTestGraph<CONST_CONDITION_BLOCK_ID, CONSTANT_VALUE, SwapCC::TRUE>(graph); in TEST_F() 269 BuildTestGraph<CONST_CONDITION_BLOCK_ID, CONSTANT_VALUE>(GetGraph()); in TEST_F() 284 BuildTestGraph<CONST_CONDITION_BLOCK_ID, CONSTANT_VALUE, SwapCC::TRUE>(graph); in TEST_F() 314 BuildTestGraph<CONST_CONDITION_BLOCK_ID, CONSTANT_VALUE>(GetGraph()); in TEST_F() 348 BuildTestGraph<CONST_CONDITION_BLOCK_ID, CONSTANT_VALUE>(GetGraph()); in TEST_F()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | branch_elimination_test.cpp | 29 void BuildTestGraph(Graph *graph); 92 void BranchEliminationTest::BuildTestGraph(Graph *graph) in BuildTestGraph() function in panda::compiler::BranchEliminationTest 223 BuildTestGraph<CONST_CONDITION_BLOCK_ID, CONSTANT_VALUE>(GetGraph()); in TEST_F() 234 BuildTestGraph<CONST_CONDITION_BLOCK_ID, CONSTANT_VALUE, SwapCC::TRUE>(graph); in TEST_F() 267 BuildTestGraph<CONST_CONDITION_BLOCK_ID, CONSTANT_VALUE>(GetGraph()); in TEST_F() 282 BuildTestGraph<CONST_CONDITION_BLOCK_ID, CONSTANT_VALUE, SwapCC::TRUE>(graph); in TEST_F() 312 BuildTestGraph<CONST_CONDITION_BLOCK_ID, CONSTANT_VALUE>(GetGraph()); in TEST_F() 346 BuildTestGraph<CONST_CONDITION_BLOCK_ID, CONSTANT_VALUE>(GetGraph()); in TEST_F()
|