Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2799 unsigned NumWithout = 0; in performScalarPRE() local
2812 NumWithout = 2; in performScalarPRE()
2826 NumWithout = 2; in performScalarPRE()
2835 ++NumWithout; in performScalarPRE()
2838 NumWithout = 2; in performScalarPRE()
2848 if (NumWithout > 1 || NumWith == 0) in performScalarPRE()
2856 if (NumWithout != 0) { in performScalarPRE()
2890 assert(PREInstr != nullptr || NumWithout == 0); in performScalarPRE()