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

/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h50 /// SpillsCR - Indicates whether CR is spilled in the current function.
51 bool SpillsCR; member in class:llvm::PPCFunctionInfo
102 SpillsCR(false),
143 void setSpillsCR() { SpillsCR = true; }
144 bool isCRSpilled() const { return SpillsCR; }

Completed in 81 milliseconds