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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp220 void set_no_result(Value x) { assert(!x->has_uses(), "can't have use"); x->clear_operand(); }
H A Dc1_IR.cpp336 if (!(*n)->is_pinned() && !(*n)->has_uses()) {
H A Dc1_Instruction.hpp417 bool has_uses() const { return use_count() > 0; } function in class:Instruction
H A Dc1_LIRGenerator.cpp383 assert(!instr->has_uses() || instr->operand()->is_valid() ||

Completed in 52 milliseconds