Searched refs:SLPCostThreshold (Results 1 – 1 of 1) sorted by relevance
114 SLPCostThreshold("slp-threshold", cl::init(0), cl::Hidden, variable6590 if (Cost < -SLPCostThreshold) { in vectorizeStoreChain()6830 InstructionCost MinCost = SLPCostThreshold.getValue(); in tryToVectorizeList()6886 if (Cost < -SLPCostThreshold) { in tryToVectorizeList()6908 << ore::NV("Treshold", -SLPCostThreshold); in tryToVectorizeList()7519 if (Cost >= -SLPCostThreshold) { in tryToReduce()7526 << ore::NV("Threshold", -SLPCostThreshold); in tryToReduce()