Searched refs:hasNonRISpills (Results 1 – 2 of 2) sorted by relevance
212 bool hasNonRISpills() const { return HasNonRISpills; } in hasNonRISpills() function
262 static bool hasNonRISpills(const MachineFunction &MF) { in hasNonRISpills() function264 return FuncInfo->hasNonRISpills(); in hasNonRISpills()2302 if (MFI.hasVarSizedObjects() || spillsCR(MF) || hasNonRISpills(MF) || in addScavengingSpillSlot()