Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp142 uint8_t LastCost = uint8_t(~0u); in compute() local
165 if (Cost != LastCost) in compute()
168 LastCost = Cost; in compute()
177 if (Cost != LastCost) in compute()
180 LastCost = Cost; in compute()