Searched refs:createSpillSlot (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DVirtRegMap.h63 /// createSpillSlot - Allocate a spill slot for RC from MFI.
64 unsigned createSpillSlot(const TargetRegisterClass *RC);
H A DVirtRegMap.cpp73 unsigned VirtRegMap::createSpillSlot(const TargetRegisterClass *RC) { function in class:VirtRegMap
96 return Virt2StackSlotMap[virtReg] = createSpillSlot(RC);

Completed in 112 milliseconds