Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp42 extern cl::opt<unsigned> ForceTargetInstructionCost;
291 if (ForceTargetInstructionCost.getNumOccurrences() > 0 && in cost()
293 RecipeCost = InstructionCost(ForceTargetInstructionCost); in cost()
H A DLoopVectorize.cpp298 cl::opt<unsigned> ForceTargetInstructionCost( variable
5502 if (C.isValid() && ForceTargetInstructionCost.getNumOccurrences() > 0) in expectedCost()
5503 C = InstructionCost(ForceTargetInstructionCost); in expectedCost()