Searched refs:SLPCostThreshold (Results 1 – 1 of 1) sorted by relevance
121 SLPCostThreshold("slp-threshold", cl::init(0), cl::Hidden, variable10126 if (!ForReduction && !SLPCostThreshold.getNumOccurrences() && in isTreeTinyAndNotFullyVectorizable()15976 if (Cost < -SLPCostThreshold) { in vectorizeStoreChain()16493 InstructionCost MinCost = SLPCostThreshold.getValue(); in tryToVectorizeList()16545 if (Cost < -SLPCostThreshold) { in tryToVectorizeList()16567 << ore::NV("Treshold", -SLPCostThreshold); in tryToVectorizeList()17540 if (Cost >= -SLPCostThreshold) { in tryToReduce()17548 << ore::NV("Threshold", -SLPCostThreshold); in tryToReduce()