HomeSort by relevance Sort by last modified time
    Searched refs:hasSpills (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h 41 bool HasSpills;
88 HasSpills(false),
121 void setHasSpills() { HasSpills = true; }
122 bool hasSpills() const { return HasSpills; }
PPCFrameLowering.cpp 191 static bool hasSpills(const MachineFunction &MF) {
193 return FuncInfo->hasSpills();
    [all...]

Completed in 193 milliseconds