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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp310 inline bool has_out(DUIterator& i) const;
329 bool has_out(DUIterator i) const { return i < _outcnt; }
1079 // for (DUIterator i = x->outs(); x->has_out(i); i++) {
1136 bool Node::has_out(DUIterator& i) const function in class:Node

Completed in 36 milliseconds