Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgvn_test.cc136 HBasicBlock* else_ = new (GetAllocator()) HBasicBlock(graph); in TEST_F() local
139 graph->AddBlock(else_); in TEST_F()
143 block->AddSuccessor(else_); in TEST_F()
145 else_->AddSuccessor(join); in TEST_F()
157 else_->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
166 else_->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
185 ASSERT_TRUE(else_->GetFirstInstruction()->IsGoto()); in TEST_F()
Dregister_allocator_test.cc515 HBasicBlock* else_ = new (GetAllocator()) HBasicBlock(graph); in BuildIfElseWithPhi() local
518 graph->AddBlock(else_); in BuildIfElseWithPhi()
522 block->AddSuccessor(else_); in BuildIfElseWithPhi()
524 else_->AddSuccessor(join); in BuildIfElseWithPhi()
526 else_->AddInstruction(new (GetAllocator()) HGoto()); in BuildIfElseWithPhi()
549 else_->AddInstruction(*input2); in BuildIfElseWithPhi()