Home
last modified time | relevance | path

Searched defs:MinCost (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h34 uint8_t MinCost = 0; member
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp139 uint8_t MinCost = uint8_t(~0u); compute() local
H A DRegAllocGreedy.cpp541 uint8_t MinCost = RegClassInfo.getMinCost(RC); getOrderLimit() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp13769 InstructionCost MinCost = SLPCostThreshold.getValue(); tryToVectorizeList() local