Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DGVN.cpp2463 unsigned NumWith = 0; in performPRE() local
2493 ++NumWith; in performPRE()
2499 if (NumWithout != 1 || NumWith == 0) in performPRE()