Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2658 unsigned NumWithout = 0; in performScalarPRE() local
2671 NumWithout = 2; in performScalarPRE()
2685 NumWithout = 2; in performScalarPRE()
2694 ++NumWithout; in performScalarPRE()
2697 NumWithout = 2; in performScalarPRE()
2707 if (NumWithout > 1 || NumWith == 0) in performScalarPRE()
2715 if (NumWithout != 0) { in performScalarPRE()
2754 assert(PREInstr != nullptr || NumWithout == 0); in performScalarPRE()