Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc233 block->SetLoopInformation(nullptr); in ClearLoopInformation()
2400 block->SetLoopInformation(reference->GetLoopInformation()); in UpdateLoopAndTryInformationOfNewBlock()
2777 new_pre_header->SetLoopInformation(loop->GetPreHeader()->GetLoopInformation()); // outward in TransformLoopForVectorization()
Dsuperblock_cloner.cc359 block->SetLoopInformation(nullptr); in RecalculateBackEdgesInfo()
Dloop_optimization.cc1206 header->SetLoopInformation(preheader->GetLoopInformation()); // outward in Vectorize()
Dnodes.h1347 void SetLoopInformation(HLoopInformation* info) { in SetLoopInformation() function