Home
last modified time | relevance | path

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

/art/compiler/optimizing/
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()
Dsuperblock_cloner.cc359 block->SetLoopInformation(nullptr); in RecalculateBackEdgesInfo()
Dloop_optimization.cc1212 header->SetLoopInformation(preheader->GetLoopInformation()); // outward in Vectorize()
Dnodes.h1387 void SetLoopInformation(HLoopInformation* info) { in SetLoopInformation() function