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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp980 bool FpuStackAllocator::merge_rename(FpuStackSim* cur_sim, FpuStackSim* sux_sim, int start_slot, int change_slot) { function in class:FpuStackAllocator
1063 } else if (!merge_rename(cur_sim, sux_sim, finished_slot, 0)) {
1079 if (sux_sim->contains(reg) || !merge_rename(cur_sim, sux_sim, finished_slot, finished_slot)) {

Completed in 34 milliseconds