Lines Matching full:incoming
9 /// \file This pass verifies incoming and outgoing CFA information of basic
12 /// that outgoing information of predecessors matches incoming information of
108 /// checking the block for CFI instructions. Block's incoming CFA info remains
115 /// Check if incoming CFA information of a basic block matches outgoing CFA
130 /// register of its predecessors match incoming offset and register of that
131 /// MBB, as well as that incoming offset and register of its successors match
171 // i.e. that it has initial cfa offset and register values as incoming CFA
321 // incoming offset and register of this block, or if this block begins a
330 // If outgoing offset of a previous block doesn't match incoming offset
403 << " incoming CFA Reg:" << Succ.IncomingCFARegister << "\n";
405 << " incoming CFA Offset:" << Succ.IncomingCFAOffset << "\n";
418 << " incoming CSR Saved: ";
430 // Check that incoming offset and register values of successors match the