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

/openjdk9/hotspot/src/share/vm/opto/
H A Dmovenode.hpp37 IfTrue }; // Value if condition is true enumerator in enum:CMoveNode::__anon579
H A DidealKit.hpp176 Node* IfTrue(IfNode* iff) { return transform(new IfTrueNode(iff)); } function in class:IdealKit
H A DgraphKit.hpp303 Node* IfTrue(IfNode* iff) { return _gvn.transform(new IfTrueNode(iff)); } function in class:GraphKit

Completed in 179 milliseconds