Searched refs:createSpillSlot (Results 1 – 2 of 2) sorted by relevance
69 unsigned createSpillSlot(const TargetRegisterClass *RC);
95 unsigned VirtRegMap::createSpillSlot(const TargetRegisterClass *RC) { in createSpillSlot() function in VirtRegMap132 return Virt2StackSlotMap[virtReg.id()] = createSpillSlot(RC); in assignVirt2StackSlot()