Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRPrinter.cpp413 SmallVector<unsigned, 32> StackObjectsIdx; in convertStackObjects() local
416 StackObjectsIdx.reserve(EndIdx); in convertStackObjects()
419 StackObjectsIdx.push_back(-1); // Fill index for possible dead. in convertStackObjects()
439 StackObjectsIdx[ID] = YMF.StackObjects.size(); in convertStackObjects()
463 auto &Object = YMF.StackObjects[StackObjectsIdx[FrameIdx]]; in convertStackObjects()
472 YMF.StackObjects[StackObjectsIdx[LocalObject.first]].LocalOffset = in convertStackObjects()
502 auto &Object = YMF.StackObjects[StackObjectsIdx[DebugVar.Slot]]; in convertStackObjects()