Searched defs:can_be_linked (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; } function in class:Instruction
433 assert(next->can_be_linked(), "shouldn't link these instructions into list");

Completed in 37 milliseconds