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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp292 int _use_count; // the number of instructions refering to this value (w/o prev/next); only roots can have use count = 0 or > 1 member in class:Instruction
377 : _use_count(0)
402 int use_count() const { return _use_count; }
H A Dc1_IR.cpp343 (*n)->_use_count++;

Completed in 54 milliseconds