Searched refs:AlreadySeenInstrs (Results 1 – 2 of 2) sorted by relevance
1546 SmallPtrSetImpl<const MachineInstr *> &AlreadySeenInstrs) const { in dumprImpl()1549 if (!AlreadySeenInstrs.insert(this).second) in dumprImpl()1565 NewMI->dumprImpl(MRI, Depth + 1, MaxDepth, AlreadySeenInstrs); in dumprImpl()1571 SmallPtrSet<const MachineInstr *, 16> AlreadySeenInstrs; in dumpr() local1572 dumprImpl(MRI, 0, MaxDepth, AlreadySeenInstrs); in dumpr()
276 SmallPtrSetImpl<const MachineInstr *> &AlreadySeenInstrs) const;