Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp264 InstructionCost RecipeCost; in cost() local
266 RecipeCost = 0; in cost()
268 RecipeCost = computeCost(VF, Ctx); in cost()
270 RecipeCost.isValid()) in cost()
271 RecipeCost = InstructionCost(ForceTargetInstructionCost); in cost()
275 dbgs() << "Cost of " << RecipeCost << " for VF " << VF << ": "; in cost()
278 return RecipeCost; in cost()