Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1085 unsigned WorstCount = ~0u; in calculateRegionSplitCost() local
1091 if (Count < WorstCount) { in calculateRegionSplitCost()
1093 WorstCount = Count; in calculateRegionSplitCost()