Home | History | Annotate | Download | only in optimizing

Lines Matching defs:loop_header_

43     loop_header_[d] = new (&allocator_) HBasicBlock(graph_);
44 graph_->AddBlock(loop_header_[d]);
45 loop_preheader_[d]->AddSuccessor(loop_header_[d]);
51 loop_body_[d]->AddSuccessor(loop_header_[d]);
53 loop_header_[d]->AddSuccessor(loop_preheader_[d + 1]);
54 loop_header_[d + 1]->AddSuccessor(loop_body_[d]);
56 loop_header_[d]->AddSuccessor(loop_body_[d]);
76 loop_header_[0]->AddSuccessor(return_);
96 loop_header_[d]->AddPhi(basic_[d]);
98 loop_header_[d]->AddInstruction(compare);
99 loop_header_[d]->AddInstruction(new (&allocator_) HIf(compare));
118 loop_header_[d]->ReplaceSuccessor(loop_body_[d], cond);
141 loop_header_[d]->AddPhi(phi);
192 HBasicBlock* loop_header_[10];
217 : loop_header_[d - 1]->GetLoopInformation());
218 ASSERT_NE(loop_header_[d]->GetLoopInformation(), nullptr);
220 ASSERT_EQ(loop_header_[d]->GetLoopInformation(),
243 GetInductionInfo(loop_header_[0]->GetLastInstruction(), 0).c_str());
583 GetInductionInfo(loop_header_[d]->GetLastInstruction(), d).c_str());
611 GetInductionInfo(loop_header_[0]->GetLastInstruction(), 0).c_str());
620 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious();
630 GetInductionInfo(loop_header_[0]->GetLastInstruction(), 0).c_str());
639 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious();
648 EXPECT_STREQ("", GetInductionInfo(loop_header_[0]->GetLastInstruction(), 0).c_str());
657 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious();
668 GetInductionInfo(loop_header_[0]->GetLastInstruction(), 0).c_str());
677 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious();
687 EXPECT_STREQ("", GetInductionInfo(loop_header_[0]->GetLastInstruction(), 0).c_str());
695 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious();
705 GetInductionInfo(loop_header_[0]->GetLastInstruction(), 0).c_str());
713 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious();
722 EXPECT_STREQ("", GetInductionInfo(loop_header_[0]->GetLastInstruction(), 0).c_str());