Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5085 InstructionCost BlockCost; in expectedCost() local
5100 BlockCost += C; in expectedCost()
5113 BlockCost /= getPredBlockCostDivisor(CostKind); in expectedCost()
5115 Cost += BlockCost; in expectedCost()