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.cpp196 Signatures[UN].LeftCount++; in runIterations()
220 unsigned L = Signature.LeftCount; in runIteration()
289 Signature.LeftCount--; in moveFunctionNode()
296 Signature.LeftCount++; in moveFunctionNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h181 unsigned LeftCount = 0; member