Searched refs:exit_block_ (Results 1 – 6 of 6) sorted by relevance
219 exit_block_(nullptr) {} in ImprovedOptimizingUnitTest()231 exit_block_ = new (GetAllocator()) HBasicBlock(graph_); in InitGraph()232 graph_->AddBlock(exit_block_); in InitGraph()233 graph_->SetExitBlock(exit_block_); in InitGraph()236 return_block_->AddSuccessor(exit_block_); in InitGraph()244 exit_block_->AddInstruction(new (GetAllocator()) HExit()); in InitGraph()278 HBasicBlock* exit_block_; variable
44 exit_block_ = new (GetAllocator()) HBasicBlock(graph_); in BuildGraph()47 graph_->AddBlock(exit_block_); in BuildGraph()49 graph_->SetExitBlock(exit_block_); in BuildGraph()56 exit_block_->AddInstruction(new (GetAllocator()) HExit()); in BuildGraph()58 return_block_->AddSuccessor(exit_block_); in BuildGraph()110 HBasicBlock* exit_block_; member in art::LoopOptimizationTest
38 exit_block_ = new (GetAllocator()) HBasicBlock(graph_); in BuildGraph()40 graph_->AddBlock(exit_block_); in BuildGraph()42 graph_->SetExitBlock(exit_block_); in BuildGraph()64 HBasicBlock* exit_block_; member in art::NodesVectorTest
63 exit_block_ = new (GetAllocator()) HBasicBlock(graph_); in BuildGraph()65 graph_->AddBlock(exit_block_); in BuildGraph()67 graph_->SetExitBlock(exit_block_); in BuildGraph()99 return_block->AddSuccessor(exit_block_); in BuildLoop()118 exit_block_->AddInstruction(new (GetAllocator()) HExit()); in BuildLoop()307 HBasicBlock* exit_block_; member in art::InductionVarRangeTest763 HInstruction* exit = exit_block_->GetLastInstruction(); in TEST_F()815 HInstruction* exit = exit_block_->GetLastInstruction(); in TEST_F()
262 EXPECT_TRUE(entry_block_->Dominates(exit_block_)); in TEST_F()
578 if (successor == exit_block_) { in SimplifyCFG()2498 exit_block_->ReplaceWith(to); in InlineInto()2526 if (current != exit_block_ && current != entry_block_ && current != first) { in InlineInto()