Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DOptimizePHIs.cpp50 typedef SmallPtrSet<MachineInstr*, 16> InstrSet; typedef in __anon093d81db0111::OptimizePHIs
54 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()