Searched defs:SpillLoc (Results 1 – 2 of 2) sorted by relevance
308 struct SpillLoc { struct309 unsigned SpillBase;310 StackOffset SpillOffset;311 bool operator==(const SpillLoc &Other) const { in operator ==()314 bool operator!=(const SpillLoc &Other) const { in operator !=()
220 struct SpillLoc { struct221 unsigned SpillBase;222 StackOffset SpillOffset;223 bool operator==(const SpillLoc &Other) const { in operator ==()227 bool operator<(const SpillLoc &Other) const { in operator <()