Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp116 SLPCostThreshold("slp-threshold", cl::init(0), cl::Hidden, variable
10088 if (Cost < -SLPCostThreshold) { in vectorizeStoreChain()
10337 InstructionCost MinCost = SLPCostThreshold.getValue(); in tryToVectorizeList()
10388 if (Cost < -SLPCostThreshold) { in tryToVectorizeList()
10410 << ore::NV("Treshold", -SLPCostThreshold); in tryToVectorizeList()
11232 if (Cost >= -SLPCostThreshold) { in tryToReduce()
11240 << ore::NV("Threshold", -SLPCostThreshold); in tryToReduce()