Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp465 struct FrameDataInfo { struct
468 SpillInfo Spills;
471 SmallVector<AllocaInfo, 8> Allocas;
482 uint32_t getFieldIndex(Value *V) const { in getFieldIndex()
495 Align getAlign(Value *V) const { in getAlign()
501 void setAlign(Value *V, Align AL) { in setAlign()
506 uint64_t getDynamicAlign(Value *V) const { in getDynamicAlign()
517 uint64_t getOffset(Value *V) const { in getOffset()
534 bool LayoutIndexUpdateStarted = false;
538 DenseMap<Value *, uint32_t> FieldIndexMap;
[all …]