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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp899 int save_use = 0; local
910 save_use += adjacent_profit(s1_use, s2_use);
918 if (ct < s1->outcnt()) save_use += unpack_cost(1);
919 if (ct < s2->outcnt()) save_use += unpack_cost(1);
921 return MAX2(save_in, save_use);

Completed in 264 milliseconds