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

/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h40 /// SpillsCR - Indicates whether CR is spilled in the current function.
41 bool SpillsCR; member in class:llvm::PPCFunctionInfo
78 SpillsCR(false),
108 void setSpillsCR() { SpillsCR = true; }
109 bool isCRSpilled() const { return SpillsCR; }

Completed in 169 milliseconds