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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DOptimizePHIs.cpp60 InstrSet &PHIsInCycle);
61 bool IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle);
95 /// non-copy value. PHIsInCycle is a set used to keep track of the PHIs that
99 InstrSet &PHIsInCycle) {
104 if (!PHIsInCycle.insert(MI).second)
108 if (PHIsInCycle.size() == 16)
129 if (!IsSingleValuePHICycle(SrcMI, SingleValReg, PHIsInCycle))
143 bool OptimizePHIs::IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle) { argument
150 if (!PHIsInCycle.insert(MI).second)
154 if (PHIsInCycle
97 IsSingleValuePHICycle(MachineInstr *MI, unsigned &SingleValReg, InstrSet &PHIsInCycle) argument
177 InstrSet PHIsInCycle; local
[all...]

Completed in 110 milliseconds