Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterClassInfo.cpp104 unsigned LastCost = ~0u; in compute() local
123 if (Cost != LastCost) in compute()
126 LastCost = Cost; in compute()
136 if (Cost != LastCost) in compute()
139 LastCost = Cost; in compute()