Lines Matching refs:Pred
130 void reportCFAError(const MBBCFAInfo &Pred, const MBBCFAInfo &Succ);
131 void reportCSRError(const MBBCFAInfo &Pred, const MBBCFAInfo &Succ);
393 void CFIInstrInserter::reportCFAError(const MBBCFAInfo &Pred, in reportCFAError() argument
397 errs() << "Pred: " << Pred.MBB->getName() << " #" << Pred.MBB->getNumber() in reportCFAError()
398 << " in " << Pred.MBB->getParent()->getName() in reportCFAError()
399 << " outgoing CFA Reg:" << Pred.OutgoingCFARegister << "\n"; in reportCFAError()
400 errs() << "Pred: " << Pred.MBB->getName() << " #" << Pred.MBB->getNumber() in reportCFAError()
401 << " in " << Pred.MBB->getParent()->getName() in reportCFAError()
402 << " outgoing CFA Offset:" << Pred.OutgoingCFAOffset << "\n"; in reportCFAError()
409 void CFIInstrInserter::reportCSRError(const MBBCFAInfo &Pred, in reportCSRError() argument
412 << Pred.MBB->getParent()->getName() << " ***\n"; in reportCSRError()
413 errs() << "Pred: " << Pred.MBB->getName() << " #" << Pred.MBB->getNumber() in reportCSRError()
415 for (int Reg : Pred.OutgoingCSRSaved.set_bits()) in reportCSRError()