Searched refs:pred_count (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse.hpp179 int pred_count() const { return _pred_count; } function in class:Parse::Block
205 bool is_ready() const { return preds_parsed() == pred_count(); }
251 assert(preds_parsed() < pred_count(), "too many preds?");
252 return pred_count() - _preds_parsed++;
H A Dparse1.cpp650 int edges = block->pred_count() - block->preds_parsed() + 1; // +1 for original region
1135 assert(pred_count() == 0 && preds_parsed() == 0, "sanity");
1531 int edges = target->pred_count();
1775 if (!is_merged()) return pred_count()+1; // there will be a map shortly
1779 return pred_count()+1; // there may be a region some day
H A Dparse2.cpp607 // Decrease pred_count for each successor after all is done.
2212 if (target_block->pred_count() != 1) break;

Completed in 71 milliseconds