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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp90 unsigned LastCost = ~0u; local
108 if (Cost != LastCost)
111 LastCost = Cost;
121 if (Cost != LastCost)
124 LastCost = Cost;

Completed in 57 milliseconds