Searched refs:InstrSet (Results 1 – 3 of 3) sorted by relevance
56 using InstrSet = SmallPtrSet<MachineInstr *, 16>; typedef in __anon7630a69e0111::OptimizePHIs60 InstrSet &PHIsInCycle);61 bool IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle);99 InstrSet &PHIsInCycle) { in IsSingleValuePHICycle()144 bool OptimizePHIs::IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle) { in IsDeadPHICycle()178 InstrSet PHIsInCycle; in OptimizeBB()
496 SmallPtrSet<MachineInstr*, 4> InstrSet; in replaceStores() local498 InstrSet.insert(I); in replaceStores()502 if (InstrSet.count(&I)) { in replaceStores()
1302 using InstrSet = SmallSet<const MachineInstr *, 16>; in selectCandidates() typedef1304 InstrSet UIs; in selectCandidates()