Home
last modified time | relevance | path

Searched refs:AlreadySeenInstrs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1630 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() local
1656 dumprImpl(MRI, 0, MaxDepth, AlreadySeenInstrs); in dumpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h330 SmallPtrSetImpl<const MachineInstr *> &AlreadySeenInstrs) const;