Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DOptimizePHIs.cpp55 using InstrSet = SmallPtrSet<MachineInstr *, 16>; typedef in __anon56f5c4900111::OptimizePHIs
59 InstrSet &PHIsInCycle);
60 bool IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle);
98 InstrSet &PHIsInCycle) { in IsSingleValuePHICycle()
142 bool OptimizePHIs::IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle) { in IsDeadPHICycle()
175 InstrSet PHIsInCycle; in OptimizeBB()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp492 SmallPtrSet<MachineInstr*, 4> InstrSet; in replaceStores() local
494 InstrSet.insert(I); in replaceStores()
498 if (InstrSet.count(&I)) { in replaceStores()
H A DHexagonGenInsert.cpp1284 using InstrSet = SmallSet<const MachineInstr *, 16>; in selectCandidates() typedef
1286 InstrSet UIs; in selectCandidates()