Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocFast.cpp53 RAFast() : MachineFunctionPass(ID), StackSlotForVirtReg(-1), in RAFast()
67 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anonb64cd7cd0111::RAFast
203 int SS = StackSlotForVirtReg[VirtReg]; in getStackSpaceFor()
212 StackSlotForVirtReg[VirtReg] = FrameIdx; in getStackSpaceFor()
222 if (StackSlotForVirtReg[MO.getReg()] != -1) in isLastUseOfLocalReg()
862 int SS = StackSlotForVirtReg[Reg]; in AllocateBasicBlock()
1096 StackSlotForVirtReg.resize(MRI->getNumVirtRegs()); in runOnMachineFunction()
1117 StackSlotForVirtReg.clear(); in runOnMachineFunction()