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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp481 void inc_forward_branches(BlockBegin* b) { _forward_branches.at_put(b->block_id(), _forward_branches.at(b->block_id()) + 1); } function in class:ComputeLinearScanOrder

Completed in 87 milliseconds