Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2184 unsigned NumWithout = 0; in performScalarPRE() local
2197 NumWithout = 2; in performScalarPRE()
2211 NumWithout = 2; in performScalarPRE()
2220 ++NumWithout; in performScalarPRE()
2223 NumWithout = 2; in performScalarPRE()
2233 if (NumWithout > 1 || NumWith == 0) in performScalarPRE()
2241 if (NumWithout != 0) { in performScalarPRE()
2275 assert(PREInstr != nullptr || NumWithout == 0); in performScalarPRE()