Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dnodes.h405 has_irreducible_loops_(false),
698 bool HasIrreducibleLoops() const { return has_irreducible_loops_; } in HasIrreducibleLoops()
699 void SetHasIrreducibleLoops(bool value) { has_irreducible_loops_ = value; } in SetHasIrreducibleLoops()
817 bool has_irreducible_loops_; variable