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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DStackSlotColoring.cpp106 void RewriteInstruction(MachineInstr *MI, int OldFI, int NewFI,
297 int NewFI = SlotMapping[SS]; local
298 if (NewFI == -1 || (NewFI == (int)SS))
303 RewriteInstruction(RefMIs[i], SS, NewFI, MF);
319 int NewFI, MachineFunction &MF) {
328 MO.setIndex(NewFI);
333 // instructions using OldFI are being rewritten to use NewFI.
335 const Value *NewSV = PseudoSourceValue::getFixedStack(NewFI);
318 RewriteInstruction(MachineInstr *MI, int OldFI, int NewFI, MachineFunction &MF) argument

Completed in 77 milliseconds