Searched refs:LocalOffsets (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp76 SmallVector<int64_t, 16> LocalOffsets; member in class:__anon3492::LocalStackSlotPass
124 LocalOffsets.resize(MFI.getObjectIndexEnd());
163 LocalOffsets[FrameIdx] = LocalOffset;
329 int64_t LocalOffset = LocalOffsets[Idx];

Completed in 111 milliseconds