Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgvn_test.cc318 HBasicBlock* outer_loop_exit = new (GetAllocator()) HBasicBlock(graph); in TEST_F() local
325 graph->AddBlock(outer_loop_exit); in TEST_F()
332 outer_loop_header->AddSuccessor(outer_loop_exit); in TEST_F()
352 outer_loop_exit->AddInstruction(new (GetAllocator()) HExit()); in TEST_F()