Lines Matching full:outgoing
9 /// \file This pass verifies incoming and outgoing CFA information of basic
12 /// that outgoing information of predecessors matches incoming information of
115 /// Check if incoming CFA information of a basic block matches outgoing CFA
129 /// Go through each MBB in a function and check that outgoing offset and
132 /// outgoing offset and register of the MBB.
177 // Outgoing cfa offset set by the block. in calculateOutgoingCFAInfo()
179 // Outgoing cfa register set by the block. in calculateOutgoingCFAInfo()
269 // Update outgoing CFA info. in calculateOutgoingCFAInfo()
273 // Update outgoing CSR info. in calculateOutgoingCFAInfo()
320 // If both outgoing offset and register of a previous block don't match in insertCFIInstrs()
330 // If outgoing offset of a previous block doesn't match incoming offset in insertCFIInstrs()
398 << " outgoing CFA Reg:" << Pred.OutgoingCFARegister << "\n"; in reportCFAError()
401 << " outgoing CFA Offset:" << Pred.OutgoingCFAOffset << "\n"; in reportCFAError()
413 << " outgoing CSR Saved: "; in reportCSRError()
431 // outgoing offset and register values of CurrMBB in verify()