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

/openjdk7/hotspot/src/share/vm/opto/
H A DidealKit.cpp67 //-------------------------------if_then-------------------------------------
72 void IdealKit::if_then(Node* left, BoolTest::mask relop, function in class:IdealKit
115 // The if_then() pushed a copy of the current state for later use
128 // b) top stack state is from the "if_then" which
180 if_then(value(iv), relop, limit, prob, cnt, false /* no new state */);

Completed in 33 milliseconds