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

/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h138 bool hasSpills() const { return HasSpills; } function in class:llvm::PPCFunctionInfo
H A DPPCFrameLowering.cpp186 static bool hasSpills(const MachineFunction &MF) { function
188 return FuncInfo->hasSpills();
1172 hasNonRISpills(MF) || (hasSpills(MF) && !isInt<16>(StackSize))) {

Completed in 55 milliseconds