Searched defs:has_irreducible_loops_ (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h299 has_irreducible_loops_(false),
508 bool HasIrreducibleLoops() const { return has_irreducible_loops_; }
509 void SetHasIrreducibleLoops(bool value) { has_irreducible_loops_ = value; }
589 bool has_irreducible_loops_; member in class:art::HGraph

Completed in 40 milliseconds