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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp463 int compute_weight(BlockBegin* cur);
738 int ComputeLinearScanOrder::compute_weight(BlockBegin* cur) { function in class:ComputeLinearScanOrder
798 int cur_weight = compute_weight(cur);

Completed in 31 milliseconds