Searched refs:AlreadySeenInstrs (Results 1 – 2 of 2) sorted by relevance
1630 SmallPtrSetImpl<const MachineInstr *> &AlreadySeenInstrs) const { in dumprImpl()1633 if (!AlreadySeenInstrs.insert(this).second) in dumprImpl()1649 NewMI->dumprImpl(MRI, Depth + 1, MaxDepth, AlreadySeenInstrs); in dumprImpl()1655 SmallPtrSet<const MachineInstr *, 16> AlreadySeenInstrs; in dumpr() local1656 dumprImpl(MRI, 0, MaxDepth, AlreadySeenInstrs); in dumpr()
330 SmallPtrSetImpl<const MachineInstr *> &AlreadySeenInstrs) const;