Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp114 SLPCostThreshold("slp-threshold", cl::init(0), cl::Hidden, variable
6590 if (Cost < -SLPCostThreshold) { in vectorizeStoreChain()
6830 InstructionCost MinCost = SLPCostThreshold.getValue(); in tryToVectorizeList()
6886 if (Cost < -SLPCostThreshold) { in tryToVectorizeList()
6908 << ore::NV("Treshold", -SLPCostThreshold); in tryToVectorizeList()
7519 if (Cost >= -SLPCostThreshold) { in tryToReduce()
7526 << ore::NV("Threshold", -SLPCostThreshold); in tryToReduce()