Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2782 unsigned NumWithout = 0; in performScalarPRE() local
2795 NumWithout = 2; in performScalarPRE()
2802 NumWithout = 2; in performScalarPRE()
2811 ++NumWithout; in performScalarPRE()
2814 NumWithout = 2; in performScalarPRE()
2824 if (NumWithout > 1 || NumWith == 0) in performScalarPRE()
2832 if (NumWithout != 0) { in performScalarPRE()
2866 assert(PREInstr != nullptr || NumWithout == 0); in performScalarPRE()