Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2657 unsigned NumWithout = 0; in performScalarPRE() local
2670 NumWithout = 2; in performScalarPRE()
2684 NumWithout = 2; in performScalarPRE()
2693 ++NumWithout; in performScalarPRE()
2696 NumWithout = 2; in performScalarPRE()
2706 if (NumWithout > 1 || NumWith == 0) in performScalarPRE()
2714 if (NumWithout != 0) { in performScalarPRE()
2753 assert(PREInstr != nullptr || NumWithout == 0); in performScalarPRE()