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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp675 unsigned PHICount = 0; local
711 PHICount++;
712 if (PHICount >= RewritePHILimit) {
738 if (PHICount > 0 && CurSrcPair.SubReg != 0)

Completed in 119 milliseconds