Searched refs:InstrSet (Results 1 – 4 of 4) sorted by relevance
48 typedef SmallPtrSet<MachineInstr*, 16> InstrSet; typedef in __anon9fd656c60111::OptimizePHIs52 InstrSet &PHIsInCycle);53 bool IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle);86 InstrSet &PHIsInCycle) { in IsSingleValuePHICycle()129 bool OptimizePHIs::IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle) { in IsDeadPHICycle()165 InstrSet PHIsInCycle; in OptimizeBB()
50 typedef SmallPtrSet<MachineInstr*, 16> InstrSet; typedef in __anon959db89a0111::OptimizePHIs54 InstrSet &PHIsInCycle);55 bool IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle);90 InstrSet &PHIsInCycle) { in IsSingleValuePHICycle()133 bool OptimizePHIs::IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle) { in IsDeadPHICycle()167 InstrSet PHIsInCycle; in OptimizeBB()
500 SmallPtrSet<MachineInstr*, 4> InstrSet; in replaceStores() local502 InstrSet.insert(I); in replaceStores()506 if (InstrSet.count(&I)) { in replaceStores()
1269 typedef SmallSet<const MachineInstr*,16> InstrSet; in selectCandidates() typedef1270 InstrSet UIs; in selectCandidates()