Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp143 unsigned LastCostChange = 0; in compute() local
166 LastCostChange = N; in compute()
178 LastCostChange = N; in compute()
194 RCI.LastCostChange = LastCostChange; in compute()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h36 uint16_t LastCostChange = 0; member
145 return get(RC).LastCostChange; in getLastCostChange()