Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp3008 unsigned NumWithout = 0; in performScalarPRE() local
3021 NumWithout = 2; in performScalarPRE()
3028 NumWithout = 2; in performScalarPRE()
3037 ++NumWithout; in performScalarPRE()
3040 NumWithout = 2; in performScalarPRE()
3050 if (NumWithout > 1 || NumWith == 0) in performScalarPRE()
3058 if (NumWithout != 0) { in performScalarPRE()
3094 assert(PREInstr != nullptr || NumWithout == 0); in performScalarPRE()