Searched defs:FrameDataInfo (Results 1 – 1 of 1) sorted by relevance
50 struct FrameDataInfo { struct53 coro::SpillInfo &Spills;56 SmallVectorImpl<coro::AllocaInfo> &Allocas;58 FrameDataInfo(coro::SpillInfo &Spills, in FrameDataInfo() argument62 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 …]