Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dnodes.cc242 block->SetLoopInformation(nullptr); in ClearLoopInformation()
2672 block->SetLoopInformation(reference->GetLoopInformation()); in UpdateLoopAndTryInformationOfNewBlock()
3052 new_pre_header->SetLoopInformation(loop->GetPreHeader()->GetLoopInformation()); // outward in TransformLoopForVectorization()
H A Dsuperblock_cloner.cc359 block->SetLoopInformation(nullptr); in RecalculateBackEdgesInfo()
H A Dloop_optimization.cc1212 header->SetLoopInformation(preheader->GetLoopInformation()); // outward in Vectorize()
H A Dnodes.h1387 void SetLoopInformation(HLoopInformation* info) { in SetLoopInformation() function