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

/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp721 bool _irreducible; member in class:ciTypeFlow::Loop
728 _irreducible(false), _def_locals() {}
757 _irreducible = true;
760 bool is_irreducible() const { return _irreducible; }

Completed in 124 milliseconds