Home
last modified time | relevance | path

Searched refs:StackSlotForVirtReg (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocFast.cpp72 RegAllocFast() : MachineFunctionPass(ID), StackSlotForVirtReg(-1) {} in RegAllocFast()
85 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anondcfd0db60111::RegAllocFast
310 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()