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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.cpp117 bool InstructionPrinter::is_phi_of_block(Value v, BlockBegin* b) { function in class:InstructionPrinter
646 has_phis_on_stack = is_phi_of_block(v, x);
652 has_phis_in_locals = is_phi_of_block(v, x);

Completed in 32 milliseconds