Home
last modified time | relevance | path

Searched refs:TreeCost (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12661 InstructionCost TreeCost = V.getTreeCost(VL); in tryToReduce() local
12675 TreeCost -= TTI->getArithmeticInstrCost( in tryToReduce()
12679 InstructionCost Cost = TreeCost + ReductionCost; in tryToReduce()