Searched refs:IsRestore (Results 1 – 2 of 2) sorted by relevance
1234 bool IsRestore) { in emitAccSpillRestoreInfo() argument1240 << (IsRestore ? "restore" : "spill") << ":\n"; in emitAccSpillRestoreInfo()1294 static void emitWAccSpillRestoreInfo(MachineBasicBlock &MBB, bool IsRestore) { in emitWAccSpillRestoreInfo() argument1299 dbgs() << "Emitting wacc register " << (IsRestore ? "restore" : "spill") in emitWAccSpillRestoreInfo()
652 bool IsRestore = II->getIntrinsicID() == Intrinsic::stackrestore; in isEligible() local657 if (IsRestore && !definedInRegion(Blocks, II->getArgOperand(0))) in isEligible()