Searched defs:FrameDataInfo (Results 1 – 1 of 1) sorted by relevance
318 struct FrameDataInfo { struct321 SpillInfo Spills;324 SmallVector<AllocaInfo, 8> Allocas;326 SmallVector<Value *, 8> getAllDefs() const { in getAllDefs()335 uint32_t getFieldIndex(Value *V) const { in getFieldIndex()342 void setFieldIndex(Value *V, uint32_t Index) { in setFieldIndex()348 uint64_t getAlign(Value *V) const { in getAlign()354 void setAlign(Value *V, uint64_t Align) { in setAlign()359 uint64_t getOffset(Value *V) const { in getOffset()365 void setOffset(Value *V, uint64_t Offset) { in setOffset()[all …]