Searched refs:has_irreducible_loops_ (Results 1 – 1 of 1) sorted by relevance
339 has_irreducible_loops_(false), in allocator_()609 bool HasIrreducibleLoops() const { return has_irreducible_loops_; } in HasIrreducibleLoops()610 void SetHasIrreducibleLoops(bool value) { has_irreducible_loops_ = value; } in SetHasIrreducibleLoops()713 bool has_irreducible_loops_; variable