Searched refs:_end_idx (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp2487 _end_idx = n->req();
2491 _end_idx = 0;
2495 _end_idx = _n->req();
2506 } else if (_next_idx < _end_idx) {
2522 _end_idx = _n->outcnt();
2526 _end_idx = 0;
2530 _end_idx = _n->outcnt();
2541 } else if (_next_idx < _end_idx) {
H A Dsuperword.hpp158 int _next_idx, _end_idx; member in class:DepPreds
176 int _next_idx, _end_idx; member in class:DepSuccs

Completed in 43 milliseconds