HomeSort by relevance Sort by last modified time
    Searched full:spillscr (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h 50 /// SpillsCR - Indicates whether CR is spilled in the current function.
51 bool SpillsCR;
102 SpillsCR(false),
143 void setSpillsCR() { SpillsCR = true; }
144 bool isCRSpilled() const { return SpillsCR; }
PPCFrameLowering.cpp 338 static bool spillsCR(const MachineFunction &MF) {
    [all...]

Completed in 102 milliseconds