Searched defs:PHIsInCycle (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DOptimizePHIs.cpp52 InstrSet &PHIsInCycle);
53 bool IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle);
82 /// non-copy value. PHIsInCycle is a set used to keep track of the PHIs that
86 InstrSet &PHIsInCycle) {
91 if (!PHIsInCycle.insert(MI))
95 if (PHIsInCycle.size() == 16)
115 if (!IsSingleValuePHICycle(SrcMI, SingleValReg, PHIsInCycle))
129 bool OptimizePHIs::IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle) { argument
136 if (!PHIsInCycle.insert(MI))
140 if (PHIsInCycle
84 IsSingleValuePHICycle(MachineInstr *MI, unsigned &SingleValReg, InstrSet &PHIsInCycle) argument
165 InstrSet PHIsInCycle; local
[all...]

Completed in 56 milliseconds