Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp50 struct FrameDataInfo { struct
53 coro::SpillInfo &Spills;
56 SmallVectorImpl<coro::AllocaInfo> &Allocas;
58 FrameDataInfo(coro::SpillInfo &Spills, in FrameDataInfo() argument
62 SmallVector<Value *, 8> getAllDefs() const { in getAllDefs()
71 uint32_t getFieldIndex(Value *V) const { in getFieldIndex()
78 void setFieldIndex(Value *V, uint32_t Index) { in setFieldIndex()
84 Align getAlign(Value *V) const { in getAlign()
90 void setAlign(Value *V, Align AL) { in setAlign()
95 uint64_t getDynamicAlign(Value *V) const { in getDynamicAlign()
[all …]