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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.cpp107 static bool ok_to_convert(Node* inc, Node* iv) { function
158 if( op1 == Op_AddI && ok_to_convert(in1, in2) ) {
169 if (op2 == Op_AddI && ok_to_convert(in2, in1)) {
286 if( op1 == Op_AddL && ok_to_convert(in1, in2) ) {
297 if (op2 == Op_AddL && ok_to_convert(in2, in1)) {

Completed in 80 milliseconds