Lines Matching refs:ReMatIds
1202 SmallVector<int, 4> &ReMatIds, in rewriteInstructionForSpills() argument
1323 if (ReMatIds[VNI->id] == VirtRegMap::MAX_STACK_SLOT) { in rewriteInstructionForSpills()
1325 ReMatIds[VNI->id] = vrm.assignVirtReMatId(NewVReg); in rewriteInstructionForSpills()
1327 vrm.assignVirtReMatId(NewVReg, ReMatIds[VNI->id]); in rewriteInstructionForSpills()
1425 SmallVector<int, 4> &ReMatIds, in rewriteInstructionsForSpills() argument
1550 CanDelete, vrm, rc, ReMatIds, loopInfo, NewVReg, in rewriteInstructionsForSpills()
1765 SmallVector<int, 4> ReMatIds; in addIntervalsForSpills() local
1766 ReMatIds.resize(NumValNums, VirtRegMap::MAX_STACK_SLOT); in addIntervalsForSpills()
1803 false, vrm, rc, ReMatIds, loopInfo, in addIntervalsForSpills()
1809 false, vrm, rc, ReMatIds, loopInfo, in addIntervalsForSpills()
1884 CanDelete, vrm, rc, ReMatIds, loopInfo, in addIntervalsForSpills()