Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterClassInfo.cpp92 unsigned LastCost = ~0u; in compute() local
110 if (Cost != LastCost) in compute()
113 LastCost = Cost; in compute()
123 if (Cost != LastCost) in compute()
126 LastCost = Cost; in compute()