Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h136 uint8_t getMinCost(const TargetRegisterClass *RC) const { in getMinCost() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp673 uint8_t MinCost = RegClassInfo.getMinCost(RC); in getOrderLimit()