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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp783 bool requires_phi = requires_phi_function.at(index) || (new_value->type()->is_double_word() && requires_phi_function.at(index + 1)); local
784 if (requires_phi || !SelectivePhiFunctions) {

Completed in 82 milliseconds