Home
last modified time | relevance | path

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

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