Home | History | Annotate | Download | only in optimizing

Lines Matching refs:exit_

38         exit_(nullptr),
87 exit_ = new (&allocator_) HBasicBlock(graph_);
88 graph_->AddBlock(exit_);
91 return_->AddSuccessor(exit_);
93 graph_->SetExitBlock(exit_);
107 exit_->AddInstruction(new (&allocator_) HExit());
213 HBasicBlock* exit_;
256 ASSERT_EQ(exit_->GetLoopInformation(), nullptr);