Searched refs:SetHasIrreducibleLoops (Results 1 - 2 of 2) sorted by last modified time

/art/compiler/optimizing/
H A Dnodes.cc192 SetHasIrreducibleLoops(false);
697 graph->SetHasIrreducibleLoops(true);
H A Dnodes.h509 void SetHasIrreducibleLoops(bool value) { has_irreducible_loops_ = value; } function in class:art::HGraph

Completed in 22 milliseconds