Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgvn_test.cc137 HBasicBlock* else_ = new (GetAllocator()) HBasicBlock(graph); in TEST_F() local
140 graph->AddBlock(else_); in TEST_F()
144 block->AddSuccessor(else_); in TEST_F()
146 else_->AddSuccessor(join); in TEST_F()
158 else_->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
167 else_->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
186 ASSERT_TRUE(else_->GetFirstInstruction()->IsGoto()); in TEST_F()
Dregister_allocator_test.cc484 HBasicBlock* else_ = new (GetAllocator()) HBasicBlock(graph); in BuildIfElseWithPhi() local
487 graph->AddBlock(else_); in BuildIfElseWithPhi()
491 block->AddSuccessor(else_); in BuildIfElseWithPhi()
493 else_->AddSuccessor(join); in BuildIfElseWithPhi()
495 else_->AddInstruction(new (GetAllocator()) HGoto()); in BuildIfElseWithPhi()
518 else_->AddInstruction(*input2); in BuildIfElseWithPhi()