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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp1909 Value from_value = phi->operand_at(handler->phi_operand()); local
1911 // with phi functions it can happen that the same from_value is used in
1915 Constant* con = from_value->as_Constant();
1921 Interval* from_interval = interval_at_op_id(from_value->operand()->vreg_number(), throwing_op_id);

Completed in 46 milliseconds