Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6854 InstructionCost ForcedCost = CostCtx.getLegacyCost(ForcedScalar, VF); in precomputeCosts() local
6856 dbgs() << "Cost of " << ForcedCost << " for VF " << VF in precomputeCosts()
6859 Cost += ForcedCost; in precomputeCosts()