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/AVR/
AVRMachineFunctionInfo.h 24 bool HasSpills;
49 : HasSpills(false), HasAllocas(false), HasStackArgs(false),
54 : HasSpills(false), HasAllocas(false), HasStackArgs(false),
62 bool getHasSpills() const { return HasSpills; }
63 void setHasSpills(bool B) { HasSpills = B; }
  /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; }

Completed in 59 milliseconds