Searched refs:StackSlotForVirtReg (Results 1 – 1 of 1) sorted by relevance
72 RegAllocFast() : MachineFunctionPass(ID), StackSlotForVirtReg(-1) {} in RegAllocFast()85 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anondcfd0db60111::RegAllocFast310 int SS = StackSlotForVirtReg[VirtReg]; in getStackSpaceFor()322 StackSlotForVirtReg[VirtReg] = FrameIdx; in getStackSpaceFor()630 bool SureSpill = StackSlotForVirtReg[VirtReg] != -1 || in calcSpillCost()1395 int SS = StackSlotForVirtReg[Reg]; in handleDebugValue()1533 StackSlotForVirtReg.resize(NumVirtRegs); in runOnMachineFunction()1546 StackSlotForVirtReg.clear(); in runOnMachineFunction()