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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp155 BitMap _requires_phi_function; // bit is set if phi functions at loop headers are necessary for a local variable member in class:IRScope
170 BitMap& requires_phi_function() { return _requires_phi_function; }

Completed in 32 milliseconds