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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.hpp536 const int _inst_num; // Number of instruction (-1 if only named) member in class:PeepChild
542 : _inst_num(-1), _inst_op(NULL), _inst_name(inst_name) {};
544 : _inst_num(inst_num), _inst_op(inst_op), _inst_name(inst_name) {};
547 bool use_leaf_operand() { return _inst_num != -1; };
548 bool generate_an_instruction() { return _inst_num == -1; }

Completed in 40 milliseconds