Searched refs:has_irreducible_loops_ (Results 1 – 1 of 1) sorted by relevance
410 has_irreducible_loops_(false), in allocator_()720 bool HasIrreducibleLoops() const { return has_irreducible_loops_; } in HasIrreducibleLoops()721 void SetHasIrreducibleLoops(bool value) { has_irreducible_loops_ = value; } in SetHasIrreducibleLoops()838 bool has_irreducible_loops_; variable