Searched defs:FrameDataInfo (Results 1 – 1 of 1) sorted by relevance
313 struct FrameDataInfo { struct316 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 …]