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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.hpp60 bool is_phi_of_block(Value v, BlockBegin* b);
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 23 milliseconds