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.cpp6782 InstructionCost InductionCost = CostCtx.getLegacyCost(IVInst, VF); in precomputeCosts() local
6784 dbgs() << "Cost of " << InductionCost << " for VF " << VF in precomputeCosts()
6787 Cost += InductionCost; in precomputeCosts()