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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp996 void LIRGenerator::move_to_phi(PhiResolver* resolver, Value cur_val, Value sux_val) { argument
998 // cur_val can be null without phi being null in conjunction with inlining
999 if (phi != NULL && cur_val != NULL && cur_val != phi && !phi->is_illegal()) {
1000 LIR_Opr operand = cur_val->operand();
1001 if (cur_val->operand()->is_illegal()) {
1002 assert(cur_val->as_Constant() != NULL || cur_val->as_Local() != NULL,
1004 operand = operand_for_instruction(cur_val);

Completed in 42 milliseconds