Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp110 SLPCostThreshold("slp-threshold", cl::init(0), cl::Hidden, variable
4717 if (Cost < -SLPCostThreshold) { in vectorizeStoreChain()
4904 int MinCost = SLPCostThreshold; in tryToVectorizeList()
4958 if (Cost < -SLPCostThreshold) { in tryToVectorizeList()
4980 << ore::NV("Treshold", -SLPCostThreshold); in tryToVectorizeList()
5784 if (Cost >= -SLPCostThreshold) { in tryToReduce()
5791 << ore::NV("Threshold", -SLPCostThreshold); in tryToReduce()