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

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.hpp219 int use_count() const { return _uses.length(); } function in class:PointsToNode
314 inline UseIterator(const PointsToNode* n) : PointsToIterator(n, n->use_count()) { }
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_CFGPrinter.cpp241 output()->print("%d %d ", instr->printable_bci(), instr->use_count());
H A Dc1_Instruction.cpp883 if (!live_only || n->is_pinned() || n->use_count() > 0) {
H A Dc1_InstructionPrinter.cpp333 fill_to(use_pos ); output()->print("%d", instr->use_count());
H A Dc1_Instruction.hpp402 int use_count() const { return _use_count; } function in class:Instruction
417 bool has_uses() const { return use_count() > 0; }
H A Dc1_LIRGenerator.cpp397 // assert(instr->use_count() > 0 || instr->as_Phi() != NULL, "leaf instruction must have a use");
1151 } else if (x->use_count() > 1 && !can_inline_as_constant(x)) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp641 if (x->is_commutative() && x->y()->as_Constant() == NULL && x->x()->use_count() > x->y()->use_count()) {
682 if (x->is_commutative() && x->y()->as_Constant() == NULL && x->x()->use_count() > x->y()->use_count()) {

Completed in 59 milliseconds