Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgvn_test.cc317 HBasicBlock* outer_loop_body = new (GetAllocator()) HBasicBlock(graph); in TEST_F() local
324 graph->AddBlock(outer_loop_body); in TEST_F()
331 outer_loop_header->AddSuccessor(outer_loop_body); in TEST_F()
333 outer_loop_body->AddSuccessor(inner_loop_header); in TEST_F()
347 outer_loop_body->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
377 ASSERT_FALSE(side_effects.GetBlockEffects(outer_loop_body).DoesAnyWrite()); in TEST_F()
386 outer_loop_body->InsertInstructionBefore( in TEST_F()
397 outer_loop_body->GetLastInstruction()); in TEST_F()
403 ASSERT_TRUE(side_effects.GetBlockEffects(outer_loop_body).DoesAnyWrite()); in TEST_F()
411 outer_loop_body->RemoveInstruction(outer_loop_body->GetFirstInstruction()); in TEST_F()
[all …]