HomeSort by: relevance | last modified time | path
    Searched refs:hasSpills (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h 72 bool HasSpills = false;
197 void setHasSpills() { HasSpills = true; }
198 bool hasSpills() const { return HasSpills; }
PPCFrameLowering.cpp 256 static bool hasSpills(const MachineFunction &MF) {
258 return FuncInfo->hasSpills();
2273 (hasSpills(MF) && !isInt<16>(StackSize))) {

Completed in 23 milliseconds