Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp1110 unsigned WorstCount = ~0u; in tryRegionSplit() local
1116 if (Count < WorstCount) in tryRegionSplit()
1117 Worst = i, WorstCount = Count; in tryRegionSplit()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1397 unsigned WorstCount = ~0u; in calculateRegionSplitCost() local
1403 if (Count < WorstCount) { in calculateRegionSplitCost()
1405 WorstCount = Count; in calculateRegionSplitCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1849 unsigned WorstCount = ~0u; in calculateRegionSplitCost() local
1855 if (Count < WorstCount) { in calculateRegionSplitCost()
1857 WorstCount = Count; in calculateRegionSplitCost()