Searched refs:RecipeCost (Results 1 – 1 of 1) sorted by relevance
264 InstructionCost RecipeCost; in cost() local266 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()