Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp121 SLPCostThreshold("slp-threshold", cl::init(0), cl::Hidden, variable
10126 if (!ForReduction && !SLPCostThreshold.getNumOccurrences() && in isTreeTinyAndNotFullyVectorizable()
15976 if (Cost < -SLPCostThreshold) { in vectorizeStoreChain()
16493 InstructionCost MinCost = SLPCostThreshold.getValue(); in tryToVectorizeList()
16545 if (Cost < -SLPCostThreshold) { in tryToVectorizeList()
16567 << ore::NV("Treshold", -SLPCostThreshold); in tryToVectorizeList()
17540 if (Cost >= -SLPCostThreshold) { in tryToReduce()
17548 << ore::NV("Threshold", -SLPCostThreshold); in tryToReduce()