Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h144 unsigned getLastCostChange(const TargetRegisterClass *RC) const { in getLastCostChange() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp683 OrderLimit = RegClassInfo.getLastCostChange(RC); in getOrderLimit()