Searched defs:bol_lt (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp901 Node* bol_lt = _gvn.transform( new (C) BoolNode(cmp_lt, BoolTest::lt) ); local
902 Node* is_neg = generate_guard(bol_lt, region, PROB_MIN);
958 Node* bol_lt = _gvn.transform( new (C) BoolNode(cmp_lt, BoolTest::lt) ); local
959 Node* is_over = generate_guard(bol_lt, region, PROB_MIN);
4728 Node* bol_lt = _gvn.transform( new(C) BoolNode(cmp_lt, BoolTest::lt) ); local
4729 tail_ctl = generate_slow_guard(bol_lt, NULL);

Completed in 82 milliseconds