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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp1977 Node* best_bol = NULL; local
1988 if (bol->outcnt() > (best_bol == NULL ? 0 : best_bol->outcnt())) {
1989 best_bol = bol->as_Bool();
2001 best_bol = _gvn.transform( new(C) BoolNode(cmpxy, BoolTest::lt) );
2030 Node* cmov = CMoveNode::make(C, NULL, best_bol,

Completed in 47 milliseconds