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.cpp290 InstructionCost RecipeCost = computeCost(VF, Ctx); in cost() local
292 RecipeCost.isValid()) in cost()
293 RecipeCost = InstructionCost(ForceTargetInstructionCost); in cost()
296 dbgs() << "Cost of " << RecipeCost << " for VF " << VF << ": "; in cost()
299 return RecipeCost; in cost()