Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp317 int NewFI = SlotMapping[SS]; in ColorSlots() local
318 if (NewFI == -1 || (NewFI == (int)SS)) in ColorSlots()
321 const PseudoSourceValue *NewSV = MF.getPSVManager().getFixedStack(NewFI); in ColorSlots()
360 int NewFI = SlotMapping[OldFI]; in RewriteInstruction() local
361 if (NewFI == -1 || NewFI == OldFI) in RewriteInstruction()
363 MO.setIndex(NewFI); in RewriteInstruction()