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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp89 int phi_operand() const { assert(_phi_operand != -1, "not set"); return _phi_operand; } function in class:XHandler
100 void set_phi_operand(int phi_operand) { _phi_operand = phi_operand; } argument

Completed in 12 milliseconds