Searched refs:hasSpills (Results 1 – 2 of 2) sorted by relevance
209 bool hasSpills() const { return HasSpills; } in hasSpills() function
257 static bool hasSpills(const MachineFunction &MF) { in hasSpills() function259 return FuncInfo->hasSpills(); in hasSpills()2303 (hasSpills(MF) && NeedSpills)) { in addScavengingSpillSlot()