Home
last modified time | relevance | path

Searched refs:SetHasLoops (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dnodes.cc1041 graph->SetHasLoops(true); in Populate()
2720 outer_graph->SetHasLoops(true); in InlineInto()
H A Dloop_optimization.cc507 graph_->SetHasLoops(false); // no more loops in Run()
H A Dnodes.h696 void SetHasLoops(bool value) { has_loops_ = value; } in SetHasLoops() function