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

/openjdk9/hotspot/src/share/vm/opto/
H A Daddnode.hpp225 //------------------------------MaxINode---------------------------------------
228 class MaxINode : public MaxNode { class in inherits:MaxNode
230 MaxINode( Node *in1, Node *in2 ) : MaxNode(in1,in2) {} function in class:MaxINode
H A DidealKit.hpp187 Node* MaxI(Node* l, Node* r) { return transform(new MaxINode(l, r)); }
H A Daddnode.cpp838 const Type *MaxINode::add_ring( const Type *t0, const Type *t1 ) const {
H A DgraphKit.hpp315 Node* MaxI(Node* l, Node* r) { return _gvn.transform(new MaxINode(l, r)); }
H A DloopTransform.cpp1779 : (Node*)(new MaxINode(loop_limit, X));
2260 : (Node*)new MaxINode(pre_limit, orig_limit);
H A Dsuperword.cpp3230 : (Node*) new MaxINode(lim, orig_limit);
/openjdk9/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1793 declare_c2_type(MaxINode, MaxNode) \

Completed in 84 milliseconds