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

/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.hpp62 Node *_def; // Check for multi-def live ranges member in class:LRG
181 bool alive() const { return _def != NULL; }
182 bool is_multidef() const { return _def == NodeSentinel; }
183 bool is_singledef() const { return _def != NodeSentinel; }

Completed in 46 milliseconds