Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp77 StackSlotForVirtReg(-1), in RegAllocFast()
93 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anon7f26eb9f0111::RegAllocFast
324 int SS = StackSlotForVirtReg[VirtReg]; in getStackSpaceFor()
336 StackSlotForVirtReg[VirtReg] = FrameIdx; in getStackSpaceFor()
644 bool SureSpill = StackSlotForVirtReg[VirtReg] != -1 || in calcSpillCost()
1409 int SS = StackSlotForVirtReg[Reg]; in handleDebugValue()
1547 StackSlotForVirtReg.resize(NumVirtRegs); in runOnMachineFunction()
1562 StackSlotForVirtReg.clear(); in runOnMachineFunction()