Searched refs:SLPCostThreshold (Results 1 – 1 of 1) sorted by relevance
116 SLPCostThreshold("slp-threshold", cl::init(0), cl::Hidden, variable10088 if (Cost < -SLPCostThreshold) { in vectorizeStoreChain()10337 InstructionCost MinCost = SLPCostThreshold.getValue(); in tryToVectorizeList()10388 if (Cost < -SLPCostThreshold) { in tryToVectorizeList()10410 << ore::NV("Treshold", -SLPCostThreshold); in tryToVectorizeList()11232 if (Cost >= -SLPCostThreshold) { in tryToReduce()11240 << ore::NV("Threshold", -SLPCostThreshold); in tryToReduce()