Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp4050 auto &LeaderUseCount = UseCounts[DominatingLeader]; in eliminateInstructions() local
4052 if (LeaderUseCount == 0 && isa<Instruction>(DominatingLeader)) in eliminateInstructions()
4061 ++LeaderUseCount; in eliminateInstructions()