Searched refs:SLPCostThreshold (Results 1 – 1 of 1) sorted by relevance
110 SLPCostThreshold("slp-threshold", cl::init(0), cl::Hidden, variable4717 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()