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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp317 inline Node* last_out(DUIterator_Last& i) const;
350 Node* last_out(DUIterator_Last i) const { return *i; }
1216 // Node* y = x->last_out(i);
1263 Node* Node::last_out(DUIterator_Last& i) const { function in class:Node

Completed in 42 milliseconds