Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp110 void RewriteInstruction(MachineInstr *MI, SmallVectorImpl<int> &SlotMapping,
278 SmallVector<int, 16> SlotMapping(NumObjs, -1); in ColorSlots() local
290 SlotMapping[SS] = NewSS; in ColorSlots()
317 int NewFI = SlotMapping[SS]; in ColorSlots()
333 RewriteInstruction(MII, SlotMapping, MF); in ColorSlots()
350 SmallVectorImpl<int> &SlotMapping, in RewriteInstruction() argument
360 int NewFI = SlotMapping[OldFI]; in RewriteInstruction()