Searched refs:header_block_ (Results 1 – 2 of 2) sorted by relevance
1077 header_block_ = builder->CreateLoopHeaderBlock(); in Initialize()1090 phi_ = header_block_->AddNewPhi(env->values()->length()); in BeginBody()1093 builder_->GotoNoSimulate(header_block_); in BeginBody()1103 builder_->set_current_block(header_block_); in BeginBody()1129 builder_->GotoNoSimulate(header_block_); in BeginBody()1130 builder_->set_current_block(header_block_); in BeginBody()1175 builder_->GotoNoSimulate(last_block, header_block_); in EndBody()1176 header_block_->loop_information()->RegisterBackEdge(last_block); in EndBody()
1699 HBasicBlock* header_block_; variable