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.cpp195 Signatures[UN].RightCount++; in runIterations()
218 unsigned R = Signature.RightCount; in runIteration()
287 Signature.RightCount++; in moveFunctionNode()
294 Signature.RightCount--; in moveFunctionNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h182 unsigned RightCount = 0; member