Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp213 static cl::opt<unsigned> ForceTargetInstructionCost( variable
5400 if (ForceTargetInstructionCost.getNumOccurrences() > 0) in expectedCost()
5401 C.first = ForceTargetInstructionCost; in expectedCost()