Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp4123 auto &LeaderUseCount = UseCounts[DominatingLeader]; in eliminateInstructions() local
4125 if (LeaderUseCount == 0 && isa<Instruction>(DominatingLeader)) in eliminateInstructions()
4129 if (LeaderUseCount == 0 && isSSACopy) in eliminateInstructions()
4131 ++LeaderUseCount; in eliminateInstructions()