Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp432 SmallVector<unsigned, 32> StackObjectsIdx; in convertStackObjects() local
435 StackObjectsIdx.reserve(EndIdx); in convertStackObjects()
438 StackObjectsIdx.push_back(-1); // Fill index for possible dead. in convertStackObjects()
458 StackObjectsIdx[ID] = YMF.StackObjects.size(); in convertStackObjects()
482 auto &Object = YMF.StackObjects[StackObjectsIdx[FrameIdx]]; in convertStackObjects()
491 YMF.StackObjects[StackObjectsIdx[LocalObject.first]].LocalOffset = in convertStackObjects()
521 auto &Object = YMF.StackObjects[StackObjectsIdx[Idx]]; in convertStackObjects()