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

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

Completed in 102 milliseconds