Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp79 SmallSetVector<const MachineInstr *, 32> CreatedInstrs; member in InstructionSelect::MIIteratorMaintainer
92 LLVM_DEBUG(dbgs() << "Creating: " << MI; CreatedInstrs.insert(&MI)); in createdInstr()
96 LLVM_DEBUG(dbgs() << "Erasing: " << MI; CreatedInstrs.remove(&MI)); in erasingInstr()
108 if (CreatedInstrs.empty()) { in reportFullyCreatedInstrs()
112 for (const auto *MI : CreatedInstrs) { in reportFullyCreatedInstrs()
115 CreatedInstrs.clear(); in reportFullyCreatedInstrs()
H A DCombiner.cpp57 SmallSetVector<const MachineInstr *, 32> CreatedInstrs; member in Combiner::WorkListMaintainer
69 for (auto *MI : CreatedInstrs) { in reportFullyCreatedInstrs()
72 CreatedInstrs.clear(); in reportFullyCreatedInstrs()
107 LLVM_DEBUG(dbgs() << "Erasing: " << MI; CreatedInstrs.remove(&MI)); in erasingInstr()
116 LLVM_DEBUG(dbgs() << "Creating: " << MI; CreatedInstrs.insert(&MI)); in createdInstr()