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.cpp2977 unsigned NumWithout = 0; in performScalarPRE() local
2990 NumWithout = 2; in performScalarPRE()
2997 NumWithout = 2; in performScalarPRE()
3006 ++NumWithout; in performScalarPRE()
3009 NumWithout = 2; in performScalarPRE()
3019 if (NumWithout > 1 || NumWith == 0) in performScalarPRE()
3027 if (NumWithout != 0) { in performScalarPRE()
3063 assert(PREInstr != nullptr || NumWithout == 0); in performScalarPRE()