Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp313 struct FrameDataInfo { struct
316 SpillInfo Spills;
319 SmallVector<AllocaInfo, 8> Allocas;
330 uint32_t getFieldIndex(Value *V) const { in getFieldIndex()
343 Align getAlign(Value *V) const { in getAlign()
349 void setAlign(Value *V, Align AL) { in setAlign()
354 uint64_t getDynamicAlign(Value *V) const { in getDynamicAlign()
365 uint64_t getOffset(Value *V) const { in getOffset()
382 bool LayoutIndexUpdateStarted = false;
386 DenseMap<Value *, uint32_t> FieldIndexMap;
[all …]