Home
last modified time | relevance | path

Searched refs:SetLoopInformation (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc277 block->SetLoopInformation(nullptr); in ClearLoopInformation()
2629 block->SetLoopInformation(reference->GetLoopInformation()); in UpdateLoopAndTryInformationOfNewBlock()
2825 new_block->SetLoopInformation(predecessor->GetLoopInformation()); in InlineInto()
3077 new_pre_header->SetLoopInformation(loop->GetPreHeader()->GetLoopInformation()); // outward in TransformLoopForVectorization()
Dsuperblock_cloner.cc357 block->SetLoopInformation(nullptr); in RecalculateBackEdgesInfo()
Dloop_optimization.cc1556 header->SetLoopInformation(preheader->GetLoopInformation()); // outward in FinalizeVectorization()
Dnodes.h1428 void SetLoopInformation(HLoopInformation* info) { in SetLoopInformation() function