Searched refs:fromIntervals (Results 1 – 1 of 1) sorted by relevance
1650 LiveIntervals fromIntervals = parentInterval.getSplitCovering(fromInstruction); in resolveControlFlow() local1652 if (fromIntervals != toIntervals) { in resolveControlFlow()1654 spillMoves.addOutResolutionMove(fromInstruction - 1, toIntervals, fromIntervals); in resolveControlFlow()1656 spillMoves.addInResolutionMove(toInstruction + 1, toIntervals, fromIntervals); in resolveControlFlow()1658 spillMoves.addInResolutionMove(toInstruction - 1, toIntervals, fromIntervals); in resolveControlFlow()1668 LiveIntervals fromIntervals = operand.getLiveIntervals(); in resolveControlFlow() local1672 fromIntervals = fromIntervals.getSplitCovering(fromInstruction); in resolveControlFlow()1674 fromIntervals = fromIntervals.getSplitCovering(fromInstruction); in resolveControlFlow()1676 if (fromIntervals != toIntervals && !toIntervals.isArgumentInterval()) { in resolveControlFlow()1678 spillMoves.addPhiMove(fromInstruction - 1, toIntervals, fromIntervals); in resolveControlFlow()