Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h401 has_irreducible_loops_(false), in allocator_()
677 bool HasIrreducibleLoops() const { return has_irreducible_loops_; } in HasIrreducibleLoops()
678 void SetHasIrreducibleLoops(bool value) { has_irreducible_loops_ = value; } in SetHasIrreducibleLoops()
789 bool has_irreducible_loops_; variable