Home
last modified time | relevance | path

Searched refs:isCRSpilled (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h163 bool isCRSpilled() const { return SpillsCR; } in isCRSpilled() function
DPPCFrameLowering.cpp389 return FuncInfo->isCRSpilled(); in spillsCR()