Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp115 SLPCostThreshold("slp-threshold", cl::init(0), cl::Hidden, variable
8620 if (!ForReduction && !SLPCostThreshold.getNumOccurrences() && in isTreeTinyAndNotFullyVectorizable()
13455 if (Cost < -SLPCostThreshold) { in vectorizeStoreChain()
13769 InstructionCost MinCost = SLPCostThreshold.getValue(); in tryToVectorizeList()
13820 if (Cost < -SLPCostThreshold) { in tryToVectorizeList()
13842 << ore::NV("Treshold", -SLPCostThreshold); in tryToVectorizeList()
14835 if (Cost >= -SLPCostThreshold) { in tryToReduce()
14843 << ore::NV("Threshold", -SLPCostThreshold); in tryToReduce()