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

/openjdk9/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp1287 Node* if_lt = generate_slow_guard(bol, NULL); local
1288 if (if_lt != NULL) {
1291 region->init_req(3, if_lt);
1368 Node* if_lt = generate_slow_guard(bol, NULL); local
1369 if (if_lt != NULL) {
1372 region->init_req(2, if_lt);

Completed in 51 milliseconds