Searched refs:SLPCostThreshold (Results 1 – 1 of 1) sorted by relevance
115 SLPCostThreshold("slp-threshold", cl::init(0), cl::Hidden, variable6906 if (Cost < -SLPCostThreshold) { in vectorizeStoreChain()7147 InstructionCost MinCost = SLPCostThreshold.getValue(); in tryToVectorizeList()7204 if (Cost < -SLPCostThreshold) { in tryToVectorizeList()7226 << ore::NV("Treshold", -SLPCostThreshold); in tryToVectorizeList()7878 if (Cost >= -SLPCostThreshold) { in tryToReduce()7885 << ore::NV("Threshold", -SLPCostThreshold); in tryToReduce()