Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination_test.cc925 HBasicBlock* outer_body_add = new (&allocator_) HBasicBlock(graph_); in TEST_F() local
926 graph_->AddBlock(outer_body_add); in TEST_F()
928 outer_body_add->AddInstruction(add); in TEST_F()
929 outer_body_add->AddInstruction(new (&allocator_) HGoto()); in TEST_F()
935 inner_header->AddSuccessor(outer_body_add); in TEST_F()
941 outer_body_add->AddSuccessor(outer_header); in TEST_F()