Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2905 unsigned NumWithout = 0; in performScalarPRE() local
2918 NumWithout = 2; in performScalarPRE()
2925 NumWithout = 2; in performScalarPRE()
2934 ++NumWithout; in performScalarPRE()
2937 NumWithout = 2; in performScalarPRE()
2947 if (NumWithout > 1 || NumWith == 0) in performScalarPRE()
2955 if (NumWithout != 0) { in performScalarPRE()
2991 assert(PREInstr != nullptr || NumWithout == 0); in performScalarPRE()