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.cc926 HBasicBlock* outer_body_add = new (GetAllocator()) HBasicBlock(graph_); in TEST_F() local
927 graph_->AddBlock(outer_body_add); in TEST_F()
929 outer_body_add->AddInstruction(add); in TEST_F()
930 outer_body_add->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
936 inner_header->AddSuccessor(outer_body_add); in TEST_F()
942 outer_body_add->AddSuccessor(outer_header); in TEST_F()