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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp797 if (est_savings(t1, t2) >= 0) {
835 int my_savings = est_savings(t1, t2);
877 //------------------------------est_savings---------------------------
879 int SuperWord::est_savings(Node* s1, Node* s2) { function in class:SuperWord

Completed in 63 milliseconds