Home
last modified time | relevance | path

Searched defs:FrameDataInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp318 struct FrameDataInfo { struct
321 SpillInfo Spills;
324 SmallVector<AllocaInfo, 8> Allocas;
335 uint32_t getFieldIndex(Value *V) const { in getFieldIndex()
348 uint64_t getAlign(Value *V) const { in getAlign()
354 void setAlign(Value *V, uint64_t Align) { in setAlign()
359 uint64_t getOffset(Value *V) const { in getOffset()
365 void setOffset(Value *V, uint64_t Offset) { in setOffset()
376 bool LayoutIndexUpdateStarted = false;
380 DenseMap<Value *, uint32_t> FieldIndexMap;
[all …]