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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp536 bool did_strength_reduce = false; local
543 did_strength_reduce = true;
545 did_strength_reduce = strength_reduce_multiply(left_op, c, result_op, tmp_op);
549 if (!did_strength_reduce) {

Completed in 37 milliseconds