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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.hpp293 static Node* make_predicate(Node* test_value, PhaseGVN* phase);
H A Dsubnode.cpp1096 //-------------------------------make_predicate--------------------------------
1097 Node* BoolNode::make_predicate(Node* test_value, PhaseGVN* phase) { function in class:BoolNode
1112 // It should be the case that make_predicate(bol->as_int_value()) == bol.
1122 // Inverse to make_predicate. The CMove probably boils down to a Conv2B.
H A Dmacro.cpp1114 initial_slow_test = BoolNode::make_predicate(initial_slow_test, &_igvn);

Completed in 47 milliseconds