Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp198 Signatures[UN].RightCount++; in runIterations()
221 unsigned R = Signature.RightCount; in runIteration()
290 Signature.RightCount++; in moveFunctionNode()
297 Signature.RightCount--; in moveFunctionNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h183 unsigned RightCount = 0; member