Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRPrinter.cpp374 SmallVector<int, 32> FixedStackObjectsIdx; in convertStackObjects() local
377 FixedStackObjectsIdx.reserve(-BeginIdx); in convertStackObjects()
381 FixedStackObjectsIdx.push_back(-1); // Fill index for possible dead. in convertStackObjects()
397 FixedStackObjectsIdx[ID] = YMF.FixedStackObjects.size(); in convertStackObjects()
451 [FixedStackObjectsIdx[FrameIdx + MFI.getNumFixedObjects()]]; in convertStackObjects()
484 YMF.FixedStackObjects[FixedStackObjectsIdx[DebugVar.Slot + in convertStackObjects()