Searched refs:exit_block_ (Results 1 – 5 of 5) sorted by relevance
197 exit_block_(nullptr), in ImprovedOptimizingUnitTest()210 exit_block_ = new (GetAllocator()) HBasicBlock(graph_); in InitGraph()211 graph_->AddBlock(exit_block_); in InitGraph()212 graph_->SetExitBlock(exit_block_); in InitGraph()215 return_block_->AddSuccessor(exit_block_); in InitGraph()223 exit_block_->AddInstruction(new (GetAllocator()) HExit()); in InitGraph()257 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()
254 EXPECT_TRUE(entry_block_->Dominates(exit_block_)); in TEST_F()