Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp193 Signatures[UN].LeftCount++; in runIterations()
217 unsigned L = Signature.LeftCount; in runIteration()
286 Signature.LeftCount--; in moveFunctionNode()
293 Signature.LeftCount++; in moveFunctionNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h180 unsigned LeftCount = 0; member