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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp415 bool can_be_linked() { return as_Local() == NULL && as_Phi() == NULL; }
462 virtual Phi* as_Phi() { return NULL; } function in class:Instruction

Completed in 36 milliseconds