Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc693 graph->SetHasLoops(true); in Populate()
2056 outer_graph->SetHasLoops(true); in InlineInto()
Dloop_optimization.cc227 graph_->SetHasLoops(false); // no more loops in Run()
Dnodes.h570 void SetHasLoops(bool value) { has_loops_ = value; } in SetHasLoops() function