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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp445 int dec_forward_branches(BlockBegin* b) { _forward_branches.at_put(b->block_id(), _forward_branches.at(b->block_id()) - 1); return _forward_branches.at(b->block_id()); } function in class:ComputeLinearScanOrder
786 if (dec_forward_branches(cur) != 0) {
861 dec_forward_branches(sux_of_osr_entry);

Completed in 36 milliseconds