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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp780 BitMap requires_phi_function = new_state->scope()->requires_phi_function(); local
783 bool requires_phi = requires_phi_function.at(index) || (new_value->type()->is_double_word() && requires_phi_function.at(index + 1));
H A Dc1_IR.hpp170 BitMap& requires_phi_function() { return _requires_phi_function; } function in class:IRScope

Completed in 33 milliseconds