Searched defs:GetPreHeader (Results 1 - 2 of 2) sorted by last modified time

/art/compiler/optimizing/
H A Dbounds_check_elimination.cc1347 HBasicBlock* block = GetPreHeader(loop, instruction);
1376 if (loop->GetPreHeader()->GetLastInstruction()->IsTryBoundary()) {
1445 HBasicBlock* block = GetPreHeader(loop, check);
1501 HBasicBlock* GetPreHeader(HLoopInformation* loop, HInstruction* instruction) { function in class:art::BCEVisitor
1516 return loop->GetPreHeader();
1544 HBasicBlock* block = GetPreHeader(loop, instruction);
1595 HBasicBlock* new_preheader = loop->GetPreHeader();
H A Dnodes.cc468 os << "pre header: " << GetPreHeader()->GetBlockId() << std::endl;
612 // Note that we cannot use GetPreHeader, as the loop may have not been populated
701 HBasicBlock* HLoopInformation::GetPreHeader() const { function in class:art::HLoopInformation
1722 loop_update_start = loop_info->GetPreHeader();

Completed in 11 milliseconds