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

/external/llvm/lib/CodeGen/
H A DRegAllocFast.cpp53 RAFast() : MachineFunctionPass(ID), StackSlotForVirtReg(-1),
66 // StackSlotForVirtReg - Maps virtual regs to the frame index where these
68 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in class:__anon24954::RAFast
204 int SS = StackSlotForVirtReg[VirtReg];
213 StackSlotForVirtReg[VirtReg] = FrameIdx;
223 if (StackSlotForVirtReg[MO.getReg()] != -1)
855 int SS = StackSlotForVirtReg[Reg];
1085 StackSlotForVirtReg.resize(MRI->getNumVirtRegs());
1107 StackSlotForVirtReg.clear();

Completed in 46 milliseconds