Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DOptimizePHIs.cpp56 using InstrSet = SmallPtrSet<MachineInstr *, 16>; typedef in __anon2fedb7c40111::OptimizePHIs
60 InstrSet &PHIsInCycle);
61 bool IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle);
99 InstrSet &PHIsInCycle) { in IsSingleValuePHICycle()
143 bool OptimizePHIs::IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle) { in IsDeadPHICycle()
177 InstrSet PHIsInCycle; in OptimizeBB()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp493 SmallPtrSet<MachineInstr*, 4> InstrSet; in replaceStores() local
495 InstrSet.insert(I); in replaceStores()
499 if (InstrSet.count(&I)) { in replaceStores()
H A DHexagonGenInsert.cpp1302 using InstrSet = SmallSet<const MachineInstr *, 16>; in selectCandidates() typedef
1304 InstrSet UIs; in selectCandidates()