Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3868 DenseMap<const BasicBlock *, unsigned> ReachablePredCount; in eliminateInstructions() local
3870 ReachablePredCount[KV.getEnd()]++; in eliminateInstructions()
3879 if (ReachablePredCount.lookup(BB) != PHI->getNumIncomingValues()) in eliminateInstructions()