Searched refs:SLPCostThreshold (Results 1 – 1 of 1) sorted by relevance
115 SLPCostThreshold("slp-threshold", cl::init(0), cl::Hidden, variable8620 if (!ForReduction && !SLPCostThreshold.getNumOccurrences() && in isTreeTinyAndNotFullyVectorizable()13455 if (Cost < -SLPCostThreshold) { in vectorizeStoreChain()13769 InstructionCost MinCost = SLPCostThreshold.getValue(); in tryToVectorizeList()13820 if (Cost < -SLPCostThreshold) { in tryToVectorizeList()13842 << ore::NV("Treshold", -SLPCostThreshold); in tryToVectorizeList()14835 if (Cost >= -SLPCostThreshold) { in tryToReduce()14843 << ore::NV("Threshold", -SLPCostThreshold); in tryToReduce()