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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp888 save_in += adjacent_profit(x1, x2);
910 save_use += adjacent_profit(s1_use, s2_use);
925 int SuperWord::adjacent_profit(Node* s1, Node* s2) { return 2; } function in class:SuperWord

Completed in 55 milliseconds