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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp46 int _cee_count; // the number of CEs successfully eliminated member in class:CE_Eliminator
51 CE_Eliminator(IR* hir) : _cee_count(0), _ifop_count(0), _hir(hir) {
70 int cee_count() const { return _cee_count; }
240 _cee_count++;

Completed in 44 milliseconds