Home
last modified time | relevance | path

Searched refs:hasSpills (Results 1 – 2 of 2) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h153 bool hasSpills() const { return HasSpills; } in hasSpills() function
H A DPPCFrameLowering.cpp348 static bool hasSpills(const MachineFunction &MF) { in hasSpills() function
350 return FuncInfo->hasSpills(); in hasSpills()
1427 hasNonRISpills(MF) || (hasSpills(MF) && !isInt<16>(StackSize))) { in addScavengingSpillSlot()