Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DOptimizePHIs.cpp55 using InstrSet = SmallPtrSet<MachineInstr *, 16>; typedef in __anon3372e1290111::OptimizePHIs
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp492 SmallPtrSet<MachineInstr*, 4> InstrSet; in replaceStores() local
H A DHexagonGenInsert.cpp1284 using InstrSet = SmallSet<const MachineInstr *, 16>; in selectCandidates() typedef