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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp47 int _ifop_count; // the number of IfOps successfully simplified member in class:CE_Eliminator
51 CE_Eliminator(IR* hir) : _cee_count(0), _ifop_count(0), _hir(hir) {
71 int ifop_count() const { return _ifop_count; }
257 _ifop_count++;
282 _ifop_count++;
296 _ifop_count++;

Completed in 34 milliseconds