Searched refs:InstrSet (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DOptimizePHIs.cpp56 using InstrSet = SmallPtrSet<MachineInstr *, 16>;
60 InstrSet &PHIsInCycle);
61 bool IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle);
99 InstrSet &PHIsInCycle) {
143 bool OptimizePHIs::IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle) {
177 InstrSet PHIsInCycle;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp493 SmallPtrSet<MachineInstr*, 4> InstrSet; local
495 InstrSet.insert(I);
499 if (InstrSet.count(&I)) {
H A DHexagonGenInsert.cpp1306 using InstrSet = SmallSet<const MachineInstr *, 16>;
1308 InstrSet UIs;

Completed in 164 milliseconds