Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp1546 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() local
1572 dumprImpl(MRI, 0, MaxDepth, AlreadySeenInstrs); in dumpr()
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h276 SmallPtrSetImpl<const MachineInstr *> &AlreadySeenInstrs) const;