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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp4725 Node* tail_ctl = NULL; local
4729 tail_ctl = generate_slow_guard(bol_lt, NULL);
4730 assert(tail_ctl != NULL || !stopped(), "must be an outcome");
4753 if (tail_ctl != NULL) {
4755 set_control(tail_ctl);

Completed in 39 milliseconds