Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp433 int OldFI = MO.getIndex(); in RewriteInstruction() local
434 if (OldFI < 0) in RewriteInstruction()
436 int NewFI = SlotMapping[OldFI]; in RewriteInstruction()
437 if (NewFI == -1 || NewFI == OldFI) in RewriteInstruction()
440 assert(MFI->getStackID(OldFI) == MFI->getStackID(NewFI)); in RewriteInstruction()