Searched refs:ReachablePredCount (Results 1 – 1 of 1) sorted by relevance
3911 DenseMap<const BasicBlock *, unsigned> ReachablePredCount; in eliminateInstructions() local3913 ReachablePredCount[KV.getEnd()]++; in eliminateInstructions()3922 if (ReachablePredCount.lookup(BB) != PHI->getNumIncomingValues()) in eliminateInstructions()