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

/openjdk7/hotspot/src/share/vm/opto/
H A Dconnode.cpp117 !phase->eqv(in(IfTrue), this), "dead loop in CMoveNode::Ideal" );
121 if( in(IfFalse)->is_Con() && !in(IfTrue)->is_Con() ) {
125 return make( phase->C, in(Control), phase->transform(b2), in(IfTrue), in(IfFalse), _type );
159 if( phase->eqv(in(IfFalse),in(IfTrue)) ) // C-moving identical inputs?
164 return in(IfTrue); // Always pick right(true) input
176 Node *id = is_cmove_id( phase, cmp, in(IfTrue), in(IfFalse), b );
189 return phase->type(in(IfFalse))->meet(phase->type(in(IfTrue)));
229 if( phase->type(in(IfFalse)) == TypeInt::ZERO && !(phase->type(in(IfTrue)) == TypeInt::ZERO) ) {
233 return make( phase->C, in(Control), phase->transform(b2), in(IfTrue), in(IfFalse), _type );
241 if( phase->type(in(IfFalse)) == TypeInt::ZERO && phase->type(in(IfTrue))
[all...]
H A Dstringopts.cpp995 kit.set_control(__ IfTrue(iff));
1011 Node* lessthan = __ IfTrue(iff);
1046 Node* lessEqual = __ IfTrue(iff2);
1093 kit.set_control(__ IfTrue(iff));
1125 merge->init_req(1, __ IfTrue(iff));
1176 Node* ne = __ IfTrue(iff);
1206 kit.set_control(__ IfTrue(iff));
1352 Node* notnull = __ IfTrue(iff);
1375 Node* notnull = __ IfTrue(iff);
1410 overflow->set_req(argi, __ IfTrue(if
[all...]
H A Dclasses.hpp136 macro(IfTrue)
H A Dconnode.hpp154 IfTrue }; // Value if condition is true enumerator in enum:CMoveNode::__anon311
162 init_req(IfTrue,right);
H A DparseHelper.cpp228 set_control(IfTrue(iff));
239 set_control(IfTrue(iff));
H A DidealKit.hpp175 Node* IfTrue(IfNode* iff) { return transform(new (C) IfTrueNode(iff)); } function in class:IdealKit
H A DidealKit.cpp90 Node* then = IfTrue(iff);
H A Dnode.hpp596 DEFINE_CLASS_ID(IfTrue, Proj, 2)
718 DEFINE_CLASS_QUERY(IfTrue)
807 // The Ideal control projection Nodes are IfTrue/IfFalse, JumpProjNode, Root,
H A DgraphKit.hpp312 Node* IfTrue(IfNode* iff) { return _gvn.transform(new (C) IfTrueNode(iff)); } function in class:GraphKit
H A Dsubnode.cpp1105 const Type* ttype = phase->type(test_value->in(CMoveNode::IfTrue));
H A DloopTransform.cpp1286 limit->in(CMoveNode::IfTrue) == adj_max &&

Completed in 77 milliseconds