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.
179 // Outgoing cfa register set by the block.
269 // Update outgoing CFA info.
273 // Update outgoing CSR info.
320 // If both outgoing offset and register of a previous block don't match
330 // If outgoing offset of a previous block doesn't match incoming offset
398 << " outgoing CFA Reg:" << Pred.OutgoingCFARegister << "\n";
401 << " outgoing CFA Offset:" << Pred.OutgoingCFAOffset << "\n";
413 << " outgoing CSR Saved: ";
431 // outgoing offset and register values of CurrMBB