Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRPrinter.cpp383 SmallVector<int, 32> FixedStackObjectsIdx; in convertStackObjects() local
386 FixedStackObjectsIdx.reserve(-BeginIdx); in convertStackObjects()
390 FixedStackObjectsIdx.push_back(-1); // Fill index for possible dead. in convertStackObjects()
406 FixedStackObjectsIdx[ID] = YMF.FixedStackObjects.size(); in convertStackObjects()
460 [FixedStackObjectsIdx[FrameIdx + MFI.getNumFixedObjects()]]; in convertStackObjects()
499 YMF.FixedStackObjects[FixedStackObjectsIdx[DebugVar.Slot + in convertStackObjects()