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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp464 bool ready_for_processing(BlockBegin* cur);
783 bool ComputeLinearScanOrder::ready_for_processing(BlockBegin* cur) { function in class:ComputeLinearScanOrder
871 if (ready_for_processing(std_entry)) {
894 if (ready_for_processing(sux)) {
902 if (ready_for_processing(sux)) {

Completed in 32 milliseconds