Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6994 InstructionCost InductionCost = CostCtx.getLegacyCost(IVInst, VF); in cost() local
6996 dbgs() << "Cost of " << InductionCost << " for VF " << VF in cost()
6999 Cost += InductionCost; in cost()