Searched defs:SpillLoc (Results 1 – 4 of 4) sorted by relevance
293 struct SpillLoc { struct294 unsigned SpillBase;295 int SpillOffset;296 bool operator==(const SpillLoc &Other) const { in operator ==()299 bool operator!=(const SpillLoc &Other) const { in operator !=()
222 struct SpillLoc { struct223 unsigned SpillBase;224 int SpillOffset;225 bool operator==(const SpillLoc &Other) const { in operator ==()229 bool operator<(const SpillLoc &Other) const { in operator <()
151 struct SpillLoc { struct152 unsigned SpillBase;153 int SpillOffset;154 bool operator==(const SpillLoc &Other) const { in operator ==()
439 Variable *SpillLoc = Func->makeVariable(Iter.Cur->getType()); in addSpillFill() local