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 44 bool HasSpills;
100 HasSpills(false),
137 void setHasSpills() { HasSpills = true; }
138 bool hasSpills() const { return HasSpills; }
PPCFrameLowering.cpp 348 static bool hasSpills(const MachineFunction &MF) {
350 return FuncInfo->hasSpills();
    [all...]

Completed in 812 milliseconds