Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp56 SLPCostThreshold("slp-threshold", cl::init(0), cl::Hidden, variable
3812 if (Cost < -SLPCostThreshold) { in tryToVectorizeList()
4086 if (Cost >= -SLPCostThreshold) in tryToReduce()
4631 -SLPCostThreshold, R); in vectorizeStoreChains()