Home
last modified time | relevance | path

Searched refs:SetHasIrreducibleLoops (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc266 SetHasIrreducibleLoops(false); in ClearLoopInformation()
1080 graph->SetHasIrreducibleLoops(true); in Populate()
2789 outer_graph->SetHasIrreducibleLoops(true); in InlineInto()
Dnodes.h718 void SetHasIrreducibleLoops(bool value) { has_irreducible_loops_ = value; } in SetHasIrreducibleLoops() function