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

/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp852 Phi* existing_phi = existing_value->as_Phi(); local
854 if (new_value != existing_value && (existing_phi == NULL || existing_phi->block() != this)) {
863 Phi* existing_phi = existing_value->as_Phi(); local
868 } else if (new_value != existing_value && (existing_phi == NULL || existing_phi->block() != this)) {

Completed in 40 milliseconds