Home
last modified time | relevance | path

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

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