Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1102 unsigned WorstCount = ~0u; in calculateRegionSplitCostAroundReg() local
1108 if (Count < WorstCount) { in calculateRegionSplitCostAroundReg()
1110 WorstCount = Count; in calculateRegionSplitCostAroundReg()