Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocFast.cpp68 RegAllocFast() : MachineFunctionPass(ID), StackSlotForVirtReg(-1) {} in RegAllocFast()
81 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anon233ffc900111::RegAllocFast
238 int SS = StackSlotForVirtReg[VirtReg]; in getStackSpaceFor()
250 StackSlotForVirtReg[VirtReg] = FrameIdx; in getStackSpaceFor()
299 if (StackSlotForVirtReg[MO.getReg()] != -1) in isLastUseOfLocalReg()
1038 int SS = StackSlotForVirtReg[Reg]; in handleDebugValue()
1119 StackSlotForVirtReg.resize(NumVirtRegs); in runOnMachineFunction()
1130 StackSlotForVirtReg.clear(); in runOnMachineFunction()