Searched refs:createSpillSlot (Results 1 – 2 of 2) sorted by relevance
64 unsigned createSpillSlot(const TargetRegisterClass *RC);
77 unsigned VirtRegMap::createSpillSlot(const TargetRegisterClass *RC) { in createSpillSlot() function in VirtRegMap107 return Virt2StackSlotMap[virtReg] = createSpillSlot(RC); in assignVirt2StackSlot()